Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 587 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 587 Bytes

intro-to-ml

Introduction to Machine Learning Assignments

requirements: python3, numpy, pandas, scikit-learn

submission1a : Implementation of Ridge Regression using cross-validation for hyperparameter selection

submission1b : Implementation of Lasso Regression using cross-validation for hyperparameter selection Also implemented feature extraction

submission2: Feature Selection using Random Forest Hyperparameter selection for SVM using Cross-Validation, SVM for classification using the selected features with the optimal hyperparameter