Closed JinpengLI closed 11 years ago
since LeafEstimator is not defined in runtime
The syntax is illegal. The new node should put in the root of tree. Otherwise there are many leaves to be concatenated.
Add a new feature for this syntax Pipe(Pipe(SelectKBest(k=2), LDA()), SVC())
since LeafEstimator is not defined in runtime