From 6ac4cd68f737b1bc12edfd6f534c76889cc994aa Mon Sep 17 00:00:00 2001 From: KUSHAGRA SRIVASTAVA Date: Sun, 31 Oct 2021 21:36:10 +0530 Subject: [PATCH] Update and rename README_Project.md to README.md Updated Dataset info in same readme --- README_Project.md => README.md | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) rename README_Project.md => README.md (77%) diff --git a/README_Project.md b/README.md similarity index 77% rename from README_Project.md rename to README.md index 19c7c83..6f94235 100644 --- a/README_Project.md +++ b/README.md @@ -15,11 +15,28 @@
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
+ Eg: Heatmap


![PLOT3](https://user-images.githubusercontent.com/76547274/139423128-89d21ed4-75f1-4c4b-823a-0b8f209406d5.png) -
+

+

DataSet Column/Input required for Predictions:

+ID number(unique per record)Not needed for trained, just for reference +Diagnosis (M = malignant, B = benign) Testing field +
Ten real-valued features are computed for each cell nucleus: +
    +
  1. Radius(mean of distances from center to points on the perimeter)
  2. +
  3. Texture (standard deviation of gray-scale values)
  4. +
  5. Perimeter
  6. +
  7. Area
  8. +
  9. Smoothness (local variation in radius lengths)
  10. +
  11. Compactness (perimeter² / area — 1.0)
  12. +
  13. Concavity (severity of concave portions of the contour)
  14. +
  15. Concave points (number of concave portions of the contour)
  16. +
  17. Symmetry
  18. +
  19. Fractal dimension
+ Each of the 10 values are further given as 3 values in a total of 30 columns, which include mean, standard error and worst values from images taken of the cell. +

Link for Kaggle Database:

You may refer this link, this will also provide you with DataSet. 'breast-cancer-prediction' (You may have to clean dataset to get it in ready to use state as few records contain 0s which may effect the prediction)
## Instructions to run