https://github.com/wahyudesu/automl-pycaret
https://github.com/wahyudesu/automl-pycaret
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/wahyudesu/automl-pycaret
- Owner: wahyudesu
- Created: 2025-04-23T18:23:44.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2025-04-23T19:27:03.000Z (about 1 month ago)
- Last Synced: 2025-04-23T20:31:34.263Z (about 1 month ago)
- Language: Jupyter Notebook
- Size: 2.24 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
- Classification: cancer.csv
- Regression: house.csv
- Clustering: wine.csv (by removing quality and type features)Link data source: https://github.com/pycaret/datasets/tree/main/data/common
## Development
```
uv venv
.venv\Scripts\activate
``````
cd fastapi
uv run namefile.py
```