Commit Graph

9 Commits

Author SHA1 Message Date
8e8e0b2d51 KMeans
- implemented KMeans
- fixed non seeded rng
- fixed display exception with NoTargets
- added basic test cases to app
2024-08-12 22:09:41 +02:00
a992539116 MLP
- added backprop
- fixed data for multiclass
- fixed confusion matrix
2024-08-12 16:59:17 +02:00
c0f48e412e Fixed display stats 2024-06-21 00:36:47 +02:00
f800fd1a60 Refactor
- renamed many variables
- results better displayed
- fixed log(0) error with 1e-15
2024-06-11 16:30:59 +02:00
3a4e07afc8 Refactor Dataset
- better finalize function
- support for one-hot-encoding
2024-05-02 14:19:23 +02:00
969338196b LogisticRegression
- implemented LR
- changed classes tree
2024-04-28 19:32:43 +02:00
b4bd976a9d Fixes
- cleaner app.py
- fixed pandas Warning
- better learning method
-power-plant csv fixed
2024-04-21 15:01:17 +02:00
f525cdf280 Fix bugs 2024-04-20 21:21:45 +02:00
18e390d34b Project struct 2024-04-18 18:53:57 +02:00