o

openml-scikit

Module that implements a custom provider and model loader to import trained models from scikit-learn.
Files download
File Operation
openml-scikit-0.1.6.jar download
openml-scikit-0.1.6.pom download
openml-scikit-0.1.6-sources.jar download
Apache Maven
<dependency>
  <groupId>com.feedzai</groupId>
  <artifactId>openml-scikit</artifactId>
  <version>0.1.6</version>
</dependency>
Gradle Groovy
implementation 'com.feedzai:openml-scikit:0.1.6'
Gradle Kotlin
implementation("com.feedzai:openml-scikit:0.1.6")
Scala SBT
libraryDependencies += "com.feedzai" % "openml-scikit" % "0.1.6"
Groovy Grape
@Grapes(
  @Grab(group='com.feedzai', module='openml-scikit', version='0.1.6')
)
Apache Ivy
<dependency org="com.feedzai" name="openml-scikit" rev="0.1.6" />
Leiningen
[com.feedzai/openml-scikit "0.1.6"]
Apache Buildr
'com.feedzai:openml-scikit:jar:0.1.6'