Simple showcase of machine learning for code review cost estimation.
composer install
bin/console list
bin/console <command> --help
Store your dataset in `data/code-reviews.csv
> bin/console train
R2: 0.90124676557598
New model trained! 🚀
> bin/console estimate:github symfony/symfony/pull/27647
Fetching symfony/symfony/pull/27647 pull request data
Price for symfony/symfony/pull/27647 is: $51.36
> bin/console estimate:wizard
Commits: 1
Additions: 100
Deletions: 20
Changed files: 2
Comments: 0
Review comments: 0
Price for PR is: $94.4
PHP-ML is released under the MIT Licence. See the bundled LICENSE file for details.
Arkadiusz Kondas (@ArkadiuszKondas)