Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kshitijshrivastava1903/classifying-cancer-tumour-data-as-malignant-or-benign-using-pca-and-logistic-regression

Built a 97% accurate logistic regression model on breat cancer dataset by reducing the dimensions of the data using Pricipal Component Analysis and applying logistic regression on the reduced 2 principal components, to accurately classify data. Used numpy, pandas, matplotlib, PCA, and scikit-learn.
https://github.com/kshitijshrivastava1903/classifying-cancer-tumour-data-as-malignant-or-benign-using-pca-and-logistic-regression

logistic-regression machine-learning-algorithms matplotlib-pyplot principal-component-analysis

Last synced: about 2 months ago
JSON representation

Built a 97% accurate logistic regression model on breat cancer dataset by reducing the dimensions of the data using Pricipal Component Analysis and applying logistic regression on the reduced 2 principal components, to accurately classify data. Used numpy, pandas, matplotlib, PCA, and scikit-learn.

Awesome Lists containing this project