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

https://github.com/vyjayanthipolapragada/logistic_regression_classifier

Built a classifier using Logistic Regression model to classify different species of flowers
https://github.com/vyjayanthipolapragada/logistic_regression_classifier

cancer-classification classification data-science flower-classification jupyter-notebook logistic-regression pandas python scikit-learn

Last synced: 2 months ago
JSON representation

Built a classifier using Logistic Regression model to classify different species of flowers

Awesome Lists containing this project

README

          

# Logistic_Regression_Classifier
Built a classifier using Logistic Regression Model to classify different species of plants

Trained/Tested the model and used the same to classify cancerous tumors

Datasets used for both classifications: (modified datasets are uploaded above)

1. plant dataset (original) : https://archive.ics.uci.edu/dataset/53/iris
2. cancer dataset (original) : https://archive.ics.uci.edu/dataset/17/breast+cancer+wisconsin+diagnostic

Original datasets contain multiple columns, modified version has optimized features for enhanced training/testing of model.

Libraries used: pandas, scikit-learn (both come along with Jupyter notebook)