Waikato / moa

MOA is an open source framework for Big Data stream mining. It includes a collection of machine learning algorithms (classification, regression, clustering, outlier detection, concept drift detection and recommender systems) and tools for evaluation.
http://moa.cms.waikato.ac.nz/
GNU General Public License v3.0
613 stars 354 forks source link

Fix CICD pipelines #231

Closed garawalid closed 3 years ago

garawalid commented 3 years ago

This PR resolves the following points:

Fix the developement Docker image:

The build of the devel image is broken in the waikato/moa repository. It will be fixed once we merge the current PR.

How to reproduce the tests of the devel image:

$ cd docker & make build-devel
$ docker run -it --env="DISPLAY" --volume="/tmp/.X11-unix:/tmp/.X11-unix:rw" waikato/moa:devel
garawalid commented 3 years ago

@abifet would you please take a look at this PR whenever you have some free time?

garawalid commented 3 years ago

Thanks @abifet