machine-learning-metrics
There are 5 repositories under machine-learning-metrics topic.
NannyML/The-Little-Book-of-ML-Metrics
The book every data scientist needs on their desk.
Py-Contributors/metrics
Machine/Deep Learning metrics implementation in python
maria-snarava/portfolio-ml
You can find here the implementation of my knowledge of basic machine learning algorithms and metrics, data analysis, and applying hyperparametric optimization techniques to improve model performance.
tyedem/Machine-Learning-Trader
Backtesting trading strategy performances between actual market returns, a dual moving average crossover strategy and support vector machines
zhiraslan/machine-learning-projects
The current repository contains ml works that were completed on the course and independently. These include the use of the most popular methods for solving forecasting problems (linear regression, polynomial regression, regression with L1 and L2 regularization), classification (k-nearest neighbor method, decision trees, naive Bayesian classifier, SVM, logistic regression), and clustering (k-means method, DBSCAN). There are also separate notebooks on specific metrics and proprietary implementations of some of the listed algorithms, and dimension reduction methods (PCA, SVM, t-SNE).