colearninglounge / co-learning-lounge

Welcome to the one point community-driven encyclopedia for anything in technology.
490 stars 249 forks source link

Update ML_problem_statements.md #150

Closed netali514 closed 3 years ago

netali514 commented 3 years ago

Chronic Kidney Disease

Data has 25 features which may predict a patient with chronic kidney disease
Kaggle : https://www.kaggle.com/colearninglounge/chronic-kidney-disease
Problem Statement: The data was taken over a 2-month period in India with 25 features ( eg, red blood cell count, white blood cell count, etc). The target is the 'classification', which is either 'ckd' or 'notckd' - ckd=chronic kidney disease. Use machine learning techniques to predict if a patient is suffering from a chronic kidney disease or not.

Predicting Pulsar Star

Pulsar candidates collected during the High Time Resolution Universe Survey
Kaggle : https://www.kaggle.com/colearninglounge/predicting-pulsar-starintermediate
Problem Statement: Pulsars are a rare type of Neutron star that produce radio emission detectable here on Earth. They are of considerable scientific interest as probes of space-time, the inter-stellar medium, and states of matter. Machine learning tools are now being used to automatically label pulsar candidates to facilitate rapid analysis. Classification systems in particular are being widely adopted,which treat the candidate data sets as binary classification problems.