LICENSE
README.md
pyproject.toml
skleam/__init__.py
skleam/index.py
skleam/no_lib/__init__.py
skleam/no_lib/bagging_randomforest_nolib.py
skleam/no_lib/boosting_adaboost_nolib.py
skleam/no_lib/boosting_xgboost_nolib.py
skleam/no_lib/decision_tree_nolib.py
skleam/no_lib/k_means_clustering_nolib.py
skleam/no_lib/lda_nolib.py
skleam/no_lib/linear_regression_nolib.py
skleam/no_lib/logistic_regression_nolib.py
skleam/no_lib/pca_nolib.py
skleam/no_lib/random_forest_nolib.py
skleam/no_lib/svd_nolib.py
skleam/no_lib/svm_lineardata_nolib.py
skleam/no_lib/svm_nonlineardata_nolib.py
skleam/utils/__init__.py
skleam/utils/helpers.py
skleam/utils/metrics.py
skleam/utils/preprocessing.py
skleam/with_lib/__init__.py
skleam/with_lib/bagging_randomforest.py
skleam/with_lib/boosting_adaboost.py
skleam/with_lib/boosting_xgboost.py
skleam/with_lib/decision_tree.py
skleam/with_lib/k_means_clustering.py
skleam/with_lib/lda.py
skleam/with_lib/linear_regression.py
skleam/with_lib/logistic_regression.py
skleam/with_lib/pca.py
skleam/with_lib/random_forest.py
skleam/with_lib/svd.py
skleam/with_lib/svm_lineardata.py
skleam/with_lib/svm_nonlineardata.py
skleam_code.egg-info/PKG-INFO
skleam_code.egg-info/SOURCES.txt
skleam_code.egg-info/dependency_links.txt
skleam_code.egg-info/requires.txt
skleam_code.egg-info/top_level.txt