EducationalTestingService / skll

SciKit-Learn Laboratory (SKLL) makes it easy to run machine learning experiments.
http://skll.readthedocs.org
Other
550 stars 69 forks source link

Use `None` as the default for "feature scaling" parameter #735

Open desilinguist opened 1 year ago

desilinguist commented 1 year ago

Do it in two stages, i.e. two releases.

  1. The first shows a deprecation warning if "none" is specified.
  2. Using "none" raises an error.