An open API service indexing awesome lists of open source software.

https://github.com/tylerpetri/packaged-student-score-ml-project

ETL/Workflow/Pipeline executed in Jupyter Notebook as well as Python including a setup.py, exception throwing, logging, etc
https://github.com/tylerpetri/packaged-student-score-ml-project

machine-learning python

Last synced: about 1 month ago
JSON representation

ETL/Workflow/Pipeline executed in Jupyter Notebook as well as Python including a setup.py, exception throwing, logging, etc

Awesome Lists containing this project

README

        

# Packaged student score ML project

Student score prediction project, BUT in a python package environment

Find Jupyter notebook visualization graphs in: `notebook/EDA STUDENT PERFORMANCE.ipynb`

Find Jupyter notebook model training in: `notebook/MODEL TRAINER.ipynb`

### Run flask front-end to test prediction
Environment: venv python=3.8
* `conda create -p venv python=3.8 -y`
* `conda activate venv/`

`pip install -r requirements.txt`

`python app.py`

### Some Results

![scores](./assets/scores.png)

![sorted scores](./assets/sorted%20scores.png)

![linear regression graph](./assets/linear%20regression.png)