Suhaib Mujahid
15fa808942
Drop the component_nn model
2023-11-29 20:01:09 -05:00
ElusiveEllie
8936218ab2
Refactor print statements to use logger ( #3330 )
2023-03-14 17:54:15 +01:00
Marco Castelluccio
536cfe3d21
Don't install Tensorflow in the tests task
...
It forces the installation of numpy 1.19.5, which is incompatible with the latest version of shap.
2021-02-01 11:06:56 +01:00
Shubhendra Singh Chauhan
419cadf90f
Fix some code quality issues ( #1958 )
...
* Remove unnecessary use of comprehension
* Iterate dictionary directly
* Merge `isinstance` calls
* Remove redundant `None` default
* Refactor `if` expression
2020-12-21 15:42:24 +01:00
Marco Castelluccio
80d2e6262b
Fix some new linting errors appearing with the new versions of the linters
2020-08-27 16:19:02 +02:00
Marco Castelluccio
0e08d04903
Fix subclass detection in trainer script
2019-05-30 18:55:22 +02:00
Marco Castelluccio
51e7297a89
Test type of component and backout models
2019-05-30 13:25:26 +02:00
Boris Feld
0a5e37439d
Add a central place where the models are defined ( #398 )
...
* Add a central place where the models are defined
Also add some helpers to load a model.
* Add missing tensorflow dependency in extra-nn-requirements.txt
2019-05-16 15:34:38 +02:00