Skip to content

ml-python v2.2

Compare
Choose a tag to compare
@vivek3141 vivek3141 released this 25 Mar 04:02
· 53 commits to master since this release

What's new in 2.2

  • Changed ml.linear_regression to run in C.
    • Time is 20% faster
  • Fixed bug where ml.linear_regression.LinearRegression.fit would not accept higher amount of steps
  • Improved stability
  • Overall Bug Fixes