A project with my customer, performed on private data. The goal is to provide Machine Learning and Deep Learning models for the tasks of predicting Treatment and Confident(success) rate.
I used DecisionTreeClassifier
for the task of Classification, and SGDRegressor
for the task of Regression.
The neural network structure I built for each tasks: there are almost 110 features, I wanted to decease 30, then 20, then 10 nodes after each layer, which resulted in the architecture below
- Classify Diagnosis result: