8080labs / pyforest

pyforest - feel the bliss of automated imports
https://8080labs.com
MIT License
1.11k stars 196 forks source link

Added more sklearn modules #36

Closed Sufi737 closed 4 years ago

Sufi737 commented 4 years ago

Sklearn is already included but it will be better if modules within sklearn are also included. Added the following modules:

  1. LinearRegression
  2. LogisticRegression
  3. StandardScaler
  4. MinMaxScaler
  5. CountVectorizer
FlorianWetschoreck commented 4 years ago

Great, thank you :)