TeamHG-Memex / Formasaurus

Formasaurus tells you the type of an HTML form and its fields using machine learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deprecation warnings

mehaase opened this issue · comments

Some deprecation warnings when using sklearn 0.18.2:

/usr/local/lib/python3.6/dist-packages/sklearn/cross_validation.py:44: DeprecationWarning: This module was deprecated in version 0.18 in favor of the model_selection module into which all the refactored classes and functions are moved. Also note that the interface of the new CV iterators are different from that of this module. This module will be removed in 0.20.

/usr/local/lib/python3.6/dist-packages/sklearn/grid_search.py:43: DeprecationWarning: This module was deprecated in version 0.18 in favor of the model_selection module into which all the refactored classes and functions are moved. This module will be removed in 0.20.

I started looking into these warnings. I realized they are both fixed in master. Is it possible to release an 0.8.1 tag of Formasaurus? Thanks!

This is fixed in the 0.8.1 tag, thanks 👍