Breast Cancer / AI KNN
Posted: Mon Mar 25, 2024 9:08 am
[Posting on behalf of parent/student]
My son, a 7th grader, is interested in doing the "Can AI diagnose breast cancer" project. https://www.sciencebuddies.org/science- ... ast-cancer
We are following the instructions as per the video listed.
In the video by Tracy @2:21 she says that we should normalize or scale the features that are specified in the project instructions. As per the objective, " you will create a K-Nearest Neighbors (KNN) machine learning model that can predict whether a patient has a benign tumor or malignant breast cancer based on the characteristics of the tumor cell nucleus, such as its radius, perimeter, area, and smoothness. states to use characteristics of the tumor cell nucleus, such as its radius, perimeter, area, and smoothness."
In the video in the section of preprocessing data, for normalization all the characteristics are listed. Are we supposed to type all the characteristics or just the ones mentioned above? I tried to enter only four characteristics but when I ran the code, I see all the characteristics without the normalization but when I entered all the characteristics according to the video, I was able to run the code and see the normalization.
Could you please help me with following questions:
1. Whether in the objective we should enter all the characteristics of the tumor cells OR if we keep the objective as per the website, could you please let me know how to run the code using only the four characteristics
2. If we use the four characteristics to see if KNN model can help predict whether patient has benign or malignant cancer, where can I see this data? The science Fair where my son will be presenting are asking to show the data and results.
My son, a 7th grader, is interested in doing the "Can AI diagnose breast cancer" project. https://www.sciencebuddies.org/science- ... ast-cancer
We are following the instructions as per the video listed.
In the video by Tracy @2:21 she says that we should normalize or scale the features that are specified in the project instructions. As per the objective, " you will create a K-Nearest Neighbors (KNN) machine learning model that can predict whether a patient has a benign tumor or malignant breast cancer based on the characteristics of the tumor cell nucleus, such as its radius, perimeter, area, and smoothness. states to use characteristics of the tumor cell nucleus, such as its radius, perimeter, area, and smoothness."
In the video in the section of preprocessing data, for normalization all the characteristics are listed. Are we supposed to type all the characteristics or just the ones mentioned above? I tried to enter only four characteristics but when I ran the code, I see all the characteristics without the normalization but when I entered all the characteristics according to the video, I was able to run the code and see the normalization.
Could you please help me with following questions:
1. Whether in the objective we should enter all the characteristics of the tumor cells OR if we keep the objective as per the website, could you please let me know how to run the code using only the four characteristics
2. If we use the four characteristics to see if KNN model can help predict whether patient has benign or malignant cancer, where can I see this data? The science Fair where my son will be presenting are asking to show the data and results.