yandexdataschool / modelgym

Gym for predictive models
Apache License 2.0
17 stars 19 forks source link

add guru: class that gives hints about data #23

Closed onaga1958 closed 6 years ago

onaga1958 commented 6 years ago

эдвайзер категориальных фичей

anaderi commented 6 years ago
  1. make it simpler (like chat-bot interface: Guru.check_class_balance(y))
  2. move all params to init
  3. all keys in internal dicts -> const
  4. messages -> dict
  5. add Guru.check_correlation(X, f1, f2) - to plot 2D histogram f1 over f2