🚀 An ML-based project for predicting cancer using Logistic Regression and visualizing performance metrics.
The repository includes the following files:
- Cancer.csv: The dataset used for cancer prediction.
- G17_Harnessing AI for Breakthroughs in Computational Biology.pdf: A detailed report discussing the significance of AI in computational biology and this project's contribution.
- Cancer_Prediction.ipynb: A Jupyter Notebook containing the code for data preprocessing, training, and evaluation of the cancer prediction model.
- Graphs_Plot.ipynb: A Jupyter Notebook dedicated to visualizing data and results using graphs.
- Cancer_Prediction_Architecture.png: A graphical representation of the architecture of the cancer prediction model.
- .gitignore: Specifies files and directories to be ignored by Git.
- LICENSE: Contains the license for the project.
- README.md: Documentation about the project.
To run this project, ensure you have the following installed:
- Python 3.7+
- Jupyter Notebook
- Required libraries (specified in the notebooks or requirements file):
- Pandas
- NumPy
- Scikit-learn
- Matplotlib
- Seaborn
- Clone this repository:
git clone https://github.com/EchoSingh/Cancer_Prediction.git
- Navigate to the project directory:
cd Cancer_Prediction
- Open Jupyter Notebook:
jupyter notebook
- Run the notebooks:
- Open
Cancer_Prediction.ipynb
to train and evaluate the model. - Open
Graphs_Plot.ipynb
to visualize the data and results.
- Open
- Graphs and architecture visualizations provide insights into the data and model workings.
This project is licensed under the terms specified in the LICENSE
file.