This personal project incorporates a machine learning model to detect breast cancer using a dataset by scikit-learn. By using Logistic Regression the model is trained to classify tumors to either a malignant (cancerous) class or a benign (non-cancerous) class, offering reliable predictions for simple binary medical classification tasks.
Stars
8
Forks
1
Watchers
8
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
10
commits
Added .gitignore to exclude unnecessary files
35118e9View on GitHubAdded requirements.txt for dependency management
4f7cf80View on GitHubImproved variable names for better readability
38e6ed0View on GitHubInitial commit - Breast cancer detection using Logistic Regression
7554f04View on GitHub