aribis369 / ML-Starter-Pack

A collection of Machine Learning algorithms written from sctrach.
75 stars 51 forks source link

errors in dimension_reduction/dimred.py #11

Closed sourojit closed 6 years ago

sourojit commented 6 years ago

Line 11 Open column should be converted to type float so that it can be compared to close column Line 13 and 14 .ix[] has been deprecated from version 0.20.0 onwards Line 48 covariance matrix returned contains only nan values Line 50 error-:SVD doesn't converge

aribis369 commented 6 years ago

@sourojit Solve this issue.