- Purpose: Classify tumors using the provided dataset and a Jupyter notebook.
- Notebook: notebook/Tumor-Classification-ML.ipynb
- Data: data/UTF-8cancer_tumor_dataset2.csv
- Models: Logistic Regression, Random Forest, SVM
- Evaluation Metrics: Accuracy/Precision/Recall/F1-score
-
Create a virtual environment:
python -m venv .venv .\.venv\Scripts\Activate.ps1 -
Install dependencies:
pip install -r requirements.txt
- Open and run the notebook
notebook/Tumor-Classification-ML.ipynbin Jupyter. - Ensure
data/UTF-8cancer_tumor_dataset2.csvis present.
You can create or update this file in PowerShell:
type nul > README.md
notepad README.mdOr write content directly:
@"
# My Title
Short description...
"@ > README.md- Maintainer: Jonathan Mishayel — Data Science UG
- Email: jonathanmishayel00@gmail.com
- GitHub: https://github.com/JonathanMishayel
- Preferred support: Please open an issue on this repository for bugs or questions.