add _linear_function to Stree

First try to implement predict_proba with sigmoid based on Platt
This commit is contained in:
2020-05-16 20:34:03 +02:00
parent 80b5cf8e72
commit 6a8ef288ce
6 changed files with 197 additions and 18 deletions

View File

@@ -1,2 +1,3 @@
numpy==1.18.2
scikit-learn==0.22.2
scikit-learn==0.22.2
pandas==1.0.3