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

https://github.com/lewagon/taxi-fare-model


https://github.com/lewagon/taxi-fare-model

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# How does this package work

## `taxifare_model` package

- `interface/main.py` contains all the routes needed to train the model
- `ml_logic/params.py` are global project params to set up manually

``` bash
python -m taxifare_model.interface.main
```

[//]: # ( $ONLY_FROM_prefect_BEGIN )
## `taxifare_flow` package

- `main.py` runs a complete model lifecycle, either locally or through a prefect backend
- `flow.py` creates a graph of the tasks of the model lifecycle and runs it for a test iteration of 7 days

``` bash
python -m taxifare_flow.main
```
[//]: # ( $ONLY_FROM_prefect_END )