Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 515 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 515 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 at docs folder.

Models

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.