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
Standard procedure. Clone the repo to your environment, then run:
cd reguession
npm install
npm start
Reguession will be live at localhost:3000
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