Skip to content

This repository serves as a documentation of the Genetic Algorithm final project which i had taken with several other group members on the fall semester of 2023

License

Notifications You must be signed in to change notification settings

louiswids/Genetic-Algorithm-Regression-Model

Repository files navigation

GENETIC ALGORITHM REGRESSION DASHBOARD (GA Class 2023) ✨

Setup environment

conda create --name main-ds python=3.9
conda activate main-ds
pip install numpy pandas plotly matplotlib seaborn jupyter streamlit geneticalgorithm sklearn json time 

Run steamlit app

streamlit run dashboard.py

Use JSON data acquired from the Steam Marketplace API of a certain item with sales history. Alternatively, the provided data on this repository can be used as an example.

About

This repository serves as a documentation of the Genetic Algorithm final project which i had taken with several other group members on the fall semester of 2023

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published