Skip to content

Latest commit

 

History

History
56 lines (34 loc) · 995 Bytes

CHANGES.rst

File metadata and controls

56 lines (34 loc) · 995 Bytes

Changes

  • pretty print spider errors
  • extend site list
  • re-crawled and re-trained
  • fixed "AttributeError: 'NoneType' object has no attribute 'tag'" issue
  • removed Python 2 support
  • update packages to the latest version
  • packaging fix: scipy > 0.18 is required to use the prebuilt model
  • Python 2.7 support for prediction
  • require (and work on) scikit-learn 0.18+
  • fixed support for recent webstruct versions
  • improve model accuracy, remove numeric features
  • soft404.probability function for prediction with default classifier
  • Slightly better model (better feature selection)
  • Explain predictions with eli5 (internal)

Initial release