Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dmarks84/coursework_project_ml-classification

Project for IBM Data Science course on Machine Learning -- Trained ML models for classification, evaluating based on a variety of metrics
https://github.com/dmarks84/coursework_project_ml-classification

classification communication data-modeling dataframes numpy pandas python scikit-learn supervised-ml

Last synced: 11 days ago
JSON representation

Project for IBM Data Science course on Machine Learning -- Trained ML models for classification, evaluating based on a variety of metrics

Awesome Lists containing this project

README

        

## Project(Project_ML-Classification)
### Part of the Coursera series: IBM Data Science

## Summary
I used classification algorithms to create a model based on a set of training data and evaluated our testing data to determine the best model to use for prediction. I used several algorithms (Linear Regression, KNN, Decision Trees, Logistic Regression, and SVM). I evaluated these models using Accuracy Score, Jaccard Index, F1-Score, LogLoss, Mean Absolute Error, Mean Squared Error, R2-Score).

## Skills (Developed & Applied)
Programming, Python, Numpy, Pandas, Scikit-learn, Dataframes, Data Modeling, Classification, Supervised ML, Communication