nok / sklearn-porter

Transpile trained scikit-learn estimators to C, Java, JavaScript and others.
BSD 3-Clause "New" or "Revised" License
1.28k stars 170 forks source link

MultiOutputClassifier not supported #29

Open lpschaub opened 6 years ago

lpschaub commented 6 years ago

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 commented 6 years ago

That issue is similar to the OneVsRestClassifier in https://github.com/nok/sklearn-porter/issues/19.

lpschaub commented 6 years ago

yes noticed, thanks

2018-02-27 15:21 GMT+01:00 Darius Morawiec notifications@github.com:

That issue is similar to the OneVsRestClassifier in #19 https://github.com/nok/sklearn-porter/issues/19.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/nok/sklearn-porter/issues/29#issuecomment-368893367, or mute the thread https://github.com/notifications/unsubscribe-auth/AXbMffu2ZLLTnLp6NFpuj-R4Xo6St8sNks5tZA9wgaJpZM4SS5d5 .