Analyzing Baseball Stats with Python.
Using the machine learning techniques of linear regression and logistic regression to build predictive models using game-level data from baseball.
Go to https://www.retrosheet.org/gamelogs/index.html to download the datasets...
Ednalyn C. De Dios – @ecdedios
Distributed under the MIT license. See LICENSE
for more information.
https://github.com/ecdedios
- Fork it (https://github.com/ecdedios/linear-logistic-regression/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request