Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 499 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 499 Bytes

webcompat-ml

About

This project includes all the models and helper utils used in the ML pipeline of webcompat.com.

Installation

> python setup.py build
> python setup.py install

Documentation

Full project documentation is hosted on https://webcompat-ml.readthedocs.io/

License

Mozilla Public License Version 2.0

Credits

  • automl-gs was used as a starting point of our experiments to quickly evaluate different classifiers and how well they perform with our data.