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

https://github.com/wahyudesu/automl-pycaret


https://github.com/wahyudesu/automl-pycaret

Last synced: 5 months ago
JSON representation

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
```