Hi Everyone, This is an advance machine learning project. It's Take 3-4 Hour to Record + Editing. You can use this project for your research paper, final year even though for thesis or defence. Try to cover all of the basic & advance techniques ✌️ So Support Dena🌻
Thank you very much sir ... But I have a doubt that is after removing missing values still there is showing missing values with some less numbers as I used same function which you explain and wrote in your code ,please help me out?
your BMI value and NewBMI value doesn't match. for example, in first row, BMI is 33.6 so newBMI should be Obesity 1, but in your code it show Obesity 2. how can i fixed it
Hi Everyone, This is an advance machine learning project. It's Take 3-4 Hour to Record + Editing.
You can use this project for your research paper, final year even though for thesis or defence.
Try to cover all of the basic & advance techniques ✌️
So Support Dena🌻
Thank you so much for sharing your experience and knowledge, Sir.
Thank you very much sir ...
But I have a doubt that is after removing missing values still there is showing missing values with some less numbers as I used same function which you explain and wrote in your code ,please help me out?
Please check again when you impute your value or call your function...
Threshold = np.sort(df_scores)[7]
Threshold
outlier = df_scores> threshold
df=df[outlier]
why do we apply standardscaler after applying robustscaler ?
Bro in handling categorical features of dataset instead of 0 or 1, I m getting True or false what to do
Convert TRUE into 1 and False into 0
@@knowledgedoctor3849 how
@@knowledgedoctor3849 brother I m facing same problem
df = df.astype(int)
How can we diploye it like apps function?
Can we drop original BMI, Insulin and glucose column?
What are the algorithms you've used here, please reply
Check the full tutorial, Machine learning algorithm all of them i used here and choose the best one..
The missingno module is not found
where can i find this Dataset?
WHAT IF WE REMOVE THE PREGNANCY FROM DATASET?
Yup you can check... Cz Pregnancy is just applicable for female not male..
thank you sir. @@knowledgedoctor3849
i have another question . why the blood pressure only showing 1 value like 72. not 120/72..@@knowledgedoctor3849
I have only 8 features in my dataset .to predict the outcome i am giving 8 inputs.but it is asking for 18 features to predict.what is this error?
This is advance project, here we apply feature engineering techniques to create extra feature as well.
Check this one, and learn advance techniques
your BMI value and NewBMI value doesn't match. for example, in first row, BMI is 33.6 so newBMI should be Obesity 1, but in your code it show Obesity 2. how can i fixed it
Its predict unseen data
SHouldn't we exlude pregnancies while replacing with nan values since there might be a woman having no kids??
Yes sure you can✅