Commit Graph

8 Commits

Author SHA1 Message Date
fcbd05d842 Fix tests, samples and remove uneeded support files 2024-07-03 18:13:22 +02:00
d90e21ec4c Include upper_bound and lower_bound implementation 2024-07-02 18:54:07 +02:00
c488ace719 Fix FImdlp tests 2024-07-02 11:50:42 +02:00
8f6e16f04f Fix BinDisc quantile mistakes 2024-07-02 09:40:06 +02:00
c4e6c041fe Fix int type 2024-06-09 00:29:55 +02:00
e205668906 Add torch methods to discretize
Add fit_transform methods
2024-06-07 23:54:42 +02:00
Ricardo Montañana Gómez
638bb2a59e Discretizer (#8)
* Add better check in testKBins.py

* Add Discretizer base class for Both discretizers

* Refactor order of constructors init
2024-06-05 17:53:08 +02:00
6b68a41c42 Implement BinDisc and tests 2024-06-05 10:45:11 +02:00