Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 470 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 470 Bytes

Eddy AutoML

AutoML component for streaming data

Development

Start the Docker compose services:

docker-compose up

A Kafka broker will be exposed at localhost:9092 locally and at broker:29092 in the bridge network created by Docker compose.

Run the main.py file:

docker-compose exec eddy-automl python main.py in_topic out_topic target_column_index

Example:

docker-compose exec eddy-automl python main.py elec test 6