Skip to content

EddyAnalytics/eddy-automl

Repository files navigation

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

About

AutoML component for streaming data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published