feedzai / feedzai-openml

API for Feedzai's Open Machine Learning that allows to integrate ML algorithms in Feedzai's platform.
https://www.feedzai.com
Apache License 2.0
16 stars 9 forks source link

Clarify the need for the ServiceLoader declaration file #17

Closed pedrorijo91 closed 6 years ago

pedrorijo91 commented 6 years ago

We should make explicit and clear the need for every provider to contain a META-INF/services/com.feedzai.mlapi.provider.MachineLearningProvider file to be usable on Feedzai platform, as stated on https://docs.oracle.com/javase/8/docs/api/java/util/ServiceLoader.html

pedrorijo91 commented 6 years ago

example usage: https://github.com/feedzai/feedzai-openml/blob/master/openml-example/src/main/resources/META-INF/services/com.feedzai.mlapi.provider.MachineLearningProvider

pedrorijo91 commented 6 years ago

closed on https://github.com/feedzai/feedzai-openml/pull/18