Commit Graph

85 Commits

Author SHA1 Message Date
724a4855fb Adapt some notebooks 2020-05-30 11:09:59 +02:00
a22ae81b54 Refactor split_data adding sample_weight 2020-05-29 18:52:23 +02:00
ed98054f0d First approach
Added max_depth, tol, weighted samples
2020-05-29 12:46:10 +02:00
e95bd9697a Make Stree a sklearn estimator
Added check_estimator in notebook test2
Added a Stree test with check_estimator
0.9.rc3
2020-05-25 19:51:39 +02:00
5956cd0cd2 Update google colab setup in notebooks
Undate save_all in grapher to make dest. folder if it doesn't exist
0.9rc2
2020-05-24 20:13:27 +02:00
27b278860d Fix install from scratch 0.9rc1 2020-05-24 18:47:55 +02:00
d5d723c67f update setup.py to include tests suite 2020-05-23 23:59:03 +02:00
77f10281c1 Make project python package friendly
- Add setup.py
- Move classes to module files
- Move tests folder inside module folder
2020-05-23 23:40:33 +02:00
ac1483ae1d update requirements to alllow maptlot widget 2020-05-23 00:05:58 +02:00
e51690ed95 Implement grapher and notebook to test it 2020-05-22 19:42:13 +02:00
a4595f5815 Update notebooks and readme with cosmetic changes 2020-05-20 18:11:57 +02:00
316f84cc63 Fix precision issues in tests executed in Travis 2020-05-20 15:02:31 +02:00
6e35628c85 Grapher working 2020-05-20 14:26:55 +02:00
c0ef71f139 first approx to grapher 2020-05-20 12:32:17 +02:00
6ebd0f9be3 integrate iterator in Stree 2020-05-19 18:19:23 +02:00
95a6901f47 Cosmetics and Siterator 2020-05-19 16:38:59 +02:00
68512b3d75 test results & fix single predict_proba 2020-05-18 17:08:05 +02:00
382ae921ab Second try, finished? 2020-05-18 12:55:00 +02:00
e52cbbb192 First approach to Platt scaling 2020-05-18 11:51:27 +02:00
86a9ef2f3a update travis config to notify by mail failures 2020-05-17 19:10:42 +02:00
3cd004350d Fix failing tests 2020-05-17 18:55:33 +02:00
91af875062 Fix issues in notebooks 2020-05-17 18:36:28 +02:00
9f30627e47 Fix main and small issues in notebook test 2020-05-17 18:06:03 +02:00
d997bc3460 Add model comparison to notebook test 2020-05-17 16:17:57 +02:00
ad51d0b36b Update readme, add travis config 2020-05-17 00:13:29 +02:00
ebae3cb316 updt jupyter notebook to fix download of dataset 2020-05-16 22:21:40 +02:00
6a8ef288ce add _linear_function to Stree
First try to implement predict_proba with sigmoid based on Platt
2020-05-16 20:34:03 +02:00
80b5cf8e72 Implement predict & predict_proba optimization
reduces time in two orders of magnitude in creditcard dataset
2020-05-15 23:35:33 +02:00
e56b955b92 Implement predict_proba with test.
Fix tree overload with dataset in nodes only needed in tests
2020-05-14 18:42:17 +02:00
e3ae3a3a6c Add C param in constructor and creditcard dataset 2020-05-14 10:48:39 +02:00
8f71eeb316 Implement predict and score methods & tests 2020-05-13 12:42:09 +02:00
c4de782a3f compute predictor and store model in node 2020-05-13 00:12:05 +02:00
371257c121 Implement split data with or without using predictions & some tests 2020-05-12 17:40:06 +02:00
b9ea24696f Working tree with samples and first test 2020-05-10 14:25:58 +02:00
Ricardo Montañana Gómez
2ca25fd656 Initial commit 2020-05-09 23:01:30 +02:00