Skip to content

Commit

Permalink
repo todo
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaJoctan committed Jan 3, 2024
1 parent cf29298 commit a430fdb
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions TODO.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Make pca for production, Introduce fit_transform and transform functions

Re-code Polynomial & ridge regression
Fix Naive Bayes
Nearest Neighbors


Fix RegressionNN class
Fix ClassificationNN class

Make KMeans for production
Implement Hierachical clustering
Fix SVM
Add Ensemble techniques


Replace CMatrixUtils with MatrixExtend module
replace builtin covariance with linalg.cova which removes all Nan values

0 comments on commit a430fdb

Please sign in to comment.