Darius Morawiec
Darius Morawiec
Yes, I understand everything, but the quality of your original trained estimator is weak. Small data analysis: ``` df = pd.read_csv('training.csv', sep=',') print(pd.value_counts(df['direction'].values, sort=False)) # Left 204 # Below 214...
Hello @Gizmomens, could you resolve that strange behaviour? Which package versions did you use? Please post the output of `conda env export` and `pip list`. I found this commit [#31a4691](https://github.com/scikit-learn/scikit-learn/commit/b4872fe30df21ad15329ddb0090a9dc7b8e85c5e)...
Could you figure out the mismatch? Did you dump the file with the attribute `compress=0`?
Hello, thanks for the hint. @danielagottesman Yes, I will update and change it. In the next release you will be able to use always the latest version of scikit-learn. But...
GradientBoostingClassifier: I will check and compare the final result of a [GradientBoostingClassifier](https://scikit-learn.org/stable/modules/generated/sklearn.ensemble.GradientBoostingClassifier.html) with other combined (ensemble) classifiers like `ensemble.AdaBoostClassifier`, `ensemble.ExtraTreesClassifier` or `ensemble.RandomForestClassifier`. If the computed results and data structure is...
Hello @oribarilan, at this time, no, there isn't any ETA available. Nevertheless I added the algorithm to the list of proposed regressors: https://github.com/nok/sklearn-porter/projects/6#card-3218800. Nevertheless at first we have to implement...
@julian-ramos, thanks a lot for sharing your insights and proposed solution. And I quite agree. We should reset the internal conditions after each inference.
Hello @AMR-KELEG, thanks, can you provide some data or an official dataset for testing?
Hello @LambertAn, thanks for your detailed report. Can you provide some data to reproduce the behaviour? And did you run the integrity check with [integrity_score](https://github.com/nok/sklearn-porter#integrity)? What score did you get?
Hello @LambertAn, we found a small bug and fixed it ([release/0.7.0: Merge branch 'master' into release/0.7.0](https://github.com/nok/sklearn-porter/commit/fb16028114d1a1b2b775340fee53396ea376f600#diff-1da2cd5a9fc89b9b0ae2380da25b55b0)). Can you please reinstall the package and test it again? ```bash pip uninstall -y...