diff --git a/TODO.txt b/TODO.txt new file mode 100644 index 0000000..4fd97d7 --- /dev/null +++ b/TODO.txt @@ -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 \ No newline at end of file