Darius Morawiec
Darius Morawiec
Thanks to all, JFYI, after a huge refactoring with many improvements I started to adapt the `predict_proba` method to provide class probabilities. Now it's sill in progress.
Hello @momo1986 , thanks four your hint and question. Until now I don't know this kind of forest algorithm. But I will test whether the computations of inferences are the...
Yes you are right. In general all estimators in all programming languages return the index of the resulted label (`y`), because it would be an overhead to reimplement the mapping...
Hello @GMSL1706 , which version of `sklearn-porter` did you install? The notebook uses the latest state on the `main` branch which isn't released yet. So, can you please upgrade the...
Hello @nicolalandro , can you provide some snippets? Withit I will have a better start. Kind regards, Darius
Hello Balint @bpfliegel, yes, that would be great. But I recommend to wait until the release of the first major release 1.0.0, because there will be some big changes and...
Hello @Gizmomens , the integrity check isn't supported on Windows operation systems. Currently I can't help you, because your issue isn't reproducible. Because of that upload and share the original...
Hello @Gizmomens, by using your provided model and data the integrity check returned an accuracy of `0.993849938499385` (1 = best). (In addition I found a small bug and the case,...
No, it's not, the bugs effect just the integrity check. I guess you overfit your model or the data on your device have changed.
Here are the results with a integrity score of `0.993849938499385`: Your used labels: 2 = `Left`, 1 = `Below`, 0 = `Above`, 3 = `Right`: ``` Sample index | prediction...