Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MultiOutputClassifier not supported #29

Open
lpschaub opened this issue Feb 26, 2018 · 2 comments
Open

MultiOutputClassifier not supported #29

lpschaub opened this issue Feb 26, 2018 · 2 comments

Comments

@lpschaub
Copy link

ValueError: Currently the given estimator 'MultiOutputClassifier(estimator=MLPClassifier(activation='relu', alpha=0.0001, batch_size='auto', beta_1=0.9,
beta_2=0.999, early_stopping=False, epsilon=1e-08,
hidden_layer_sizes=1, learning_rate='constant',
learning_rate_init=0.001, max_iter=1, momentum=0.9,
nesterovs_momentum=True, power_t=0.5, random_state=None,
shuffle=True, solver='adam', tol=0.0001, validation_fraction=0.1,
verbose=False, warm_start=False),
n_jobs=1)' isn't supported.

@nok
Copy link
Owner

nok commented Feb 27, 2018

That issue is similar to the OneVsRestClassifier in #19.

@lpschaub
Copy link
Author

lpschaub commented Feb 27, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants