This model is being trained to make predictions about cancer the patient is most likely suffering. This can be used both by medical practitioner and the patient provided data is provided from a proper medical report. The data project predicts whether the patient actually has breast cancer or not from the data provided by the User.
- Predict if patient's data predicts between 'Benign' and 'Maligant'.
- Benign
- 'Benign' cancer is the cancer which doesn't spread and are non cancerous. In most cases, a doctor diagnosing a tumor as benign will most likely be left alone. Benign tumors are not generally aggressive around the surrounding tissue and in some cases, may continue to grow. If the tumor continues to grow and cause discomfort by pressing against surrounding organs and causing pain, the tumor would be removed.
- Malignant
- 'Malignant' cancer cells spread across the body making it very dangerous. Malignant tumors are aggressive and cancerous because damage the surrounding tissue and may be removed depending on the cancerous and aggressive on the severity or aggressiveness of the tumor.
- Helps in visualization of the dataset using Maps and graphs and provide a basic idea of the dataset.
Eg: Heatmap
Ten real-valued features are computed for each cell nucleus:
- Radius(mean of distances from center to points on the perimeter)
- Texture (standard deviation of gray-scale values)
- Perimeter
- Area
- Smoothness (local variation in radius lengths)
- Compactness (perimeter² / area — 1.0)
- Concavity (severity of concave portions of the contour)
- Concave points (number of concave portions of the contour)
- Symmetry
- Fractal dimension
-
Pre-requisites:
- Python Language and its libraries including Pandas, Numpy, Matplotlib etc.
- Machine Learning Algorithms like....(still working on improving efficiency of model using different algorithms). Few under consideration are mentioned below:
- Decision Trees Algorithm
- Gradient Boosting Algorithm
- k-Nearest Neighbors Algorithm
- Logistic Regression Algorithm
- Random Forests Algorithm
- Support Vector Machine Algorithm
-
Directions to setup/install
< insert code >
- Directions to execute
< insert code >
Made during 🌙 by DSC KIET