Closed shreyas-kowshik closed 6 years ago
@prateekiiest please review
Please review @prateekiiest
there some issues with codacy and codeclimate, please fix them
Tests are failing.
Checked and reviewed the engineered_features.py file for errors and updated the code accordingly @prateekiiest .
there are still some failing issues @shreyas-kowshik
can you please elaborate?The code compiles fine on my side and produces the proper output.Is there an issue with the code quality?If yes then in one implementation I cannot reduce the nesting and the logic for it is quite simple,so complexity is not much logically speaking.The quality has issues there only mainly. @prateekiiest
its actually the code style that codacy/ codeclimate hints at.
If you use too much loops it will make it worse.
Instead of loops you should go for some thing like np.iterate
or other that are vectorized
still failing
would you wanna work on this ?
I am closing this as of now
I will work on your code and will merge it later :smile:
SHORT DESCRIPTION
Added the Embarked_Vs_Survived plots for visualizations.
TESTING
Run the python code and get the required plot.