Skip to content

Its a Machine Learning Project that Predict Frequency of the Patient on Drugs

Notifications You must be signed in to change notification settings

Raafey-Khan/Drug-Discovery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Drug-Activity-Prediction-Dorothea-Dataset

Python Program for Drug Activity Prediction using Dimensionality Reduction and Classification

F1 Score: 0.7164

Approach:

  1. The input sparse binary training data and testing data matrices were first expanded to full binary matrix of size 800 X 100000 and 350 X 100000 respectively.
  2. The dimensions of both the matrices were then reduced from 100000 to 100 using Principal Component Analysis (PCA).
  3. The test data was then classified using Bernoulli’s Naïve Bayes Classifier.

About

Its a Machine Learning Project that Predict Frequency of the Patient on Drugs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published