All Projects → akondas → code-review-estimator

akondas / code-review-estimator

Licence: MIT license
Estimate cost of code review using Machine Learning

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to code-review-estimator

Countries-GDP-prediction
Developed a supervised machine learning system that can estimate a country's GDP per capita using regression algorithms.
Stars: ✭ 15 (-69.39%)
Mutual labels:  regression, estimation
brglm2
Estimation and inference from generalized linear models using explicit and implicit methods for bias reduction
Stars: ✭ 18 (-63.27%)
Mutual labels:  regression, estimation
The-Supervised-Learning-Workshop
An Interactive Approach to Understanding Supervised Learning Algorithms
Stars: ✭ 24 (-51.02%)
Mutual labels:  regression
clang-tidy-review
Create a pull request review based on clang-tidy warnings
Stars: ✭ 33 (-32.65%)
Mutual labels:  code-review
EvoTrees.jl
Boosted trees in Julia
Stars: ✭ 108 (+120.41%)
Mutual labels:  regression
needlestack
Multi-sample somatic variant caller
Stars: ✭ 45 (-8.16%)
Mutual labels:  regression
Metida.jl
Julia package for fitting mixed-effects models with flexible random/repeated covariance structure.
Stars: ✭ 19 (-61.22%)
Mutual labels:  regression
poinz
Distributed Planning Poker
Stars: ✭ 105 (+114.29%)
Mutual labels:  estimation
rollRegres
R package for fast rolling and expanding linear regression models
Stars: ✭ 20 (-59.18%)
Mutual labels:  regression
ara
Agile Regression Analyzer
Stars: ✭ 74 (+51.02%)
Mutual labels:  regression
dsge
Course on Dynamic Stochastic General Equilibrium (DSGE): Models, Solution, Estimation (graduate level)
Stars: ✭ 41 (-16.33%)
Mutual labels:  estimation
smooth
The set of smoothing functions used for time series analysis and in forecasting.
Stars: ✭ 78 (+59.18%)
Mutual labels:  regression
dispatch
🦀 Dispatch makes sure pull requests within a GitHub organization get reviewed by the right people.
Stars: ✭ 22 (-55.1%)
Mutual labels:  code-review
PRISM
An alternative to MCMC for rapid analysis of models
Stars: ✭ 40 (-18.37%)
Mutual labels:  regression
FastLint-Issues
FastLint finds & fixes bugs in your commits
Stars: ✭ 123 (+151.02%)
Mutual labels:  code-review
prediction-builder
A library for machine learning that builds predictions using a linear regression.
Stars: ✭ 107 (+118.37%)
Mutual labels:  regression
basis-expansions
Basis expansion transformers in sklearn style.
Stars: ✭ 74 (+51.02%)
Mutual labels:  regression
regressr
A command line regression testing framework for testing HTTP services
Stars: ✭ 35 (-28.57%)
Mutual labels:  regression
Cubist
A Python package for fitting Quinlan's Cubist regression model
Stars: ✭ 22 (-55.1%)
Mutual labels:  regression
prodest
Stata and R functions for production function estimation
Stars: ✭ 24 (-51.02%)
Mutual labels:  estimation

Code review estimator

Simple showcase of machine learning for code review cost estimation.

Install

composer install 

Usage

bin/console list
bin/console <command> --help

Train

Store your dataset in `data/code-reviews.csv

> bin/console train
R2: 0.90124676557598
New model trained! 🚀

Estimate Github PR

> 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

Estimate wizard (ask questions)

> bin/console estimate:wizard 
Commits: 1
Additions: 100
Deletions: 20
Changed files: 2
Comments: 0
Review comments: 0
Price for PR is: $94.4

License

PHP-ML is released under the MIT Licence. See the bundled LICENSE file for details.

Author

Arkadiusz Kondas (@ArkadiuszKondas)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].