Baselight

Drug Classification

This database contains information about certain drug types.

@kaggle.prathamtripathi_drug_classification

Loading...
Loading...

About this Dataset

Drug Classification

Context

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.

Content

The target feature is
  • Drug type
The feature sets are:
  • Age
  • Sex
  • Blood Pressure Levels (BP)
  • Cholesterol Levels
  • Na to Potassium Ration

Inspiration

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.

Tables

Drug200

@kaggle.prathamtripathi_drug_classification.drug200
  • 6.29 KB
  • 200 rows
  • 6 columns
Loading...

CREATE TABLE drug200 (
  "age" BIGINT,
  "sex" VARCHAR,
  "bp" VARCHAR,
  "cholesterol" VARCHAR,
  "na_to_k" DOUBLE,
  "drug" VARCHAR
);

Share link

Anyone who has the link will be able to view this.