yandexdataschool / modelgym

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

add Guru class that gives advise on presence of categorical features #20

Closed anaderi closed 6 years ago

anaderi commented 6 years ago

class that has methods for checking if dataset has cat features e.g.

class Guru:
  def get_advise(dataset):
  def _is_cat(dataset):