SrijanShovit / HealthLearning

A repo comprising of various Machine Learning and Deep Learning projects in healthcare domain.
38 stars 53 forks source link

Lung Cancer | Dataset Exploration #71

Closed avii-07 closed 6 months ago

avii-07 commented 6 months ago

Basic dataset exploration on the Lung Cancer Dataset, Dataset loaded, Features and Label, Shape of the Dataset, Data types and Memory Usage checked, Basic Statistical analysis of the columns.

avii-07 commented 6 months ago

@SrijanShovit Please review the file and kindly merge it. If there are any suggestions or corrections, then let me know.

With regards Avi

SrijanShovit commented 6 months ago

Just add null check code as well.

avii-07 commented 6 months ago

@SrijanShovit I have added null values code.

avii-07 commented 6 months ago

Hi @SrijanShovit

If this issue is completed, please merge it.

Also, I would like to go further with this dataset, I will do preprocessing and finally will make a classifier model using different algorithms. I will find out the best model.

With regards Avi

avii-07 commented 6 months ago

@SrijanShovit I can see you have approved the changes. So can I go further with this dataset? or should I open it as a new issue? Please tell me what I need to do further.

SrijanShovit commented 6 months ago

Take updates about EDA, next proceed with Feature Importance part (both ML and statistical tests). You can open the issue yourself with right way of naming it.

avii-07 commented 6 months ago

@SrijanShovit Thank you for assigning me the issue. I have opened the issue.

Thank you..