prateekiiest / titanic_survival_exploration

Udacity Machine Learning Nano degree Program Project Predicting Passenger Survival
MIT License
21 stars 35 forks source link

Illustrations Visualization Add Python file, Not IPynb #12

Open prateekiiest opened 6 years ago

prateekiiest commented 6 years ago

Maintainer: @prateekiiest

DESCRIPTION

https://github.com/prateekiiest/titanic_survival_exploration/blob/master/Illustrations/Titanic_ML_Predictions.ipynb

Some of the illustrations have been done by @shreyas-kowshik . The thing that is needed is not an Ipynb file but a python file with the corresponding plot.

EXPECTED OUTCOME

Illustrations/Code/Python files and Illustrations/Code/Plots

ACTUAL OUTCOME

Only IPynb file cannot be tested

Proposed Solution [optional]

If you know how to solve the above, please provide details here.

prateekiiest commented 6 years ago

I am reverting the changes @shreyas-kowshik of your last PR.

Use that code in a python file, also not all the code but the part which is needed

kparitosh21 commented 6 years ago

Is Someone working on it? Do we need .py files for all? Can't get it, can you please explain once?

prateekiiest commented 6 years ago

I think so. Yeah .py for all, otherwise we cant test the code using the test cases @Lightning-Bug