neurospin / pylearn-epac

Embarrassingly Parallel Array Computing: EPAC is a machine learning workflow builder.
BSD 3-Clause "New" or "Revised" License
12 stars 3 forks source link

pipe = Pipe(Pipe(SVC(), LDA()),SVC()) run fail #30

Closed JinpengLI closed 11 years ago

JinpengLI commented 11 years ago

since LeafEstimator is not defined in runtime

JinpengLI commented 11 years ago

The syntax is illegal. The new node should put in the root of tree. Otherwise there are many leaves to be concatenated.

JinpengLI commented 11 years ago

Add a new feature for this syntax Pipe(Pipe(SelectKBest(k=2), LDA()), SVC())