├── .gitignore ├── Cancer.csv ├── README.md ├── cancer_pred.ipynb └── screenshots ├── ss1.png ├── ss2.png └── ss3.png /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishksh4rma/Cancer-Prediction-in-Early-stages/HEAD/.gitignore -------------------------------------------------------------------------------- /Cancer.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishksh4rma/Cancer-Prediction-in-Early-stages/HEAD/Cancer.csv -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishksh4rma/Cancer-Prediction-in-Early-stages/HEAD/README.md -------------------------------------------------------------------------------- /cancer_pred.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishksh4rma/Cancer-Prediction-in-Early-stages/HEAD/cancer_pred.ipynb -------------------------------------------------------------------------------- /screenshots/ss1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishksh4rma/Cancer-Prediction-in-Early-stages/HEAD/screenshots/ss1.png -------------------------------------------------------------------------------- /screenshots/ss2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishksh4rma/Cancer-Prediction-in-Early-stages/HEAD/screenshots/ss2.png -------------------------------------------------------------------------------- /screenshots/ss3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishksh4rma/Cancer-Prediction-in-Early-stages/HEAD/screenshots/ss3.png --------------------------------------------------------------------------------