Skip to content

Minigame built in React based around guessing the slope and Y intercept of a linear regression.

License

Notifications You must be signed in to change notification settings

seesjays/Reguession

Repository files navigation

Reguession

logo

Live Deployment hosted on Netlify.

Fun 'lil inear statistics-centered minigame based around guessing as close as possible to a linear regression for a dataset.

Lovingly assembled using (in no particular order) React, TypeScript, math.js, Jest, Material UI, Chart.js, react-chartjs-2, scikit-learn and NumPy.

Feature complete as of 1/23/22

Installation

Standard procedure. Clone the repo to your environment, then run:

cd reguession

npm install

npm start

Reguession will be live at localhost:3000

Dataset Regeneration

If you wish to generate new datasets for the game, make sure you have numpy, scikit-learn, and matplotlib installed, then run:

python3 model_gen/model_generator.py

About

Minigame built in React based around guessing the slope and Y intercept of a linear regression.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published