feedzai-openml
feedzai-openml copied to clipboard
API for Feedzai's Open Machine Learning that allows to integrate ML algorithms in Feedzai's platform.
Added an optional regex argument to the constructor of `FreeTextFieldType` to validate the input. Further discussion found in Issue #68 Closes #68
I'm using the [`FreeTextFieldType`](https://github.com/feedzai/feedzai-openml/blob/master/openml-api/src/main/java/com/feedzai/openml/provider/descriptor/fieldtype/FreeTextFieldType.java) class for an input that takes the following form: - `=` - e.g., `arg1=1,0.3,9.8,2` I'm using the free text field as this is the only current...
Copied from https://github.com/feedzai/feedzai-openml-java/
Bumps [guava](https://github.com/google/guava) from 25.1-jre to 29.0-jre. Release notes Sourced from guava's releases. 29.0 Maven <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>29.0-jre</version> <!-- or, for Android: --> <version>29.0-android</version> </dependency> Javadoc 29.0-jre 29.0-android JDiff 29.0-jre...
This util serves to extract CSV data into MockInstance / MockDataset objects: + Easy CSV parsing of data into OpenML API objects with arbitrary schema + Respects all of OpenML...
We are publishing the openml-utils tests jar but did not include sources jar for that.
Hello there! My name is Ana. I noted that you use the mutation testing tool Pit in the project. I am a postdoctoral researcher at the University of Seville (Spain),...
Bumps logback-core from 1.2.3 to 1.2.9. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps [guava](https://github.com/google/guava) from 25.1-jre to 32.0.0-jre. Release notes Sourced from guava's releases. 32.0.0 Maven <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>32.0.0-jre</version> <!-- or, for Android: --> <version>32.0.0-android</version> </dependency> Jar files 32.0.0-jre.jar 32.0.0-android.jar Guava...