seominjoon/geosolver

class_weight = 'auto' has been deprecated as of version 0.17

rhyspang opened this issue · 0 comments

in file geosolver/text/rule_model.py
usage of LogisticRegression(class_weight='auto') may causes exceptions, Use class_weight = 'balanced' instead.