Drug Classification
This database contains information about certain drug types.
@kaggle.prathamtripathi_drug_classification
This database contains information about certain drug types.
@kaggle.prathamtripathi_drug_classification
Since as a beginner in machine learning it would be a great opportunity to try some techniques to predict the outcome of the drugs that might be accurate for the patient.
The main problem here in not just the feature sets and target sets but also the approach that is taken in solving these types of problems as a beginner. So best of luck.
CREATE TABLE drug200 (
"age" BIGINT,
"sex" VARCHAR,
"bp" VARCHAR,
"cholesterol" VARCHAR,
"na_to_k" DOUBLE,
"drug" VARCHAR
);Anyone who has the link will be able to view this.