is not current version
Last Version 3.9

org.odpi.egeria:data-science 2.5

The Data Science Open Metadata Access Service (OMAS) provides APIs and events for tools and applications focused on building all types of analytics models such as predictive models and machine learning models. It provides the ability to define the purpose and requirements for a model, along with lineage and audit information relating to the development and validation process associated with the model.

Categories

Categories

Data Science Business Logic Libraries
GroupId

GroupId

org.odpi.egeria
ArtifactId

ArtifactId

data-science
Version

Version

2.5
Type

Type

pom

Download data-science 2.5

Filename Size
data-science-2.5.pom 1 KB
Browse

<!-- https://jarcasting.com/artifacts/org.odpi.egeria/data-science/ -->
<dependency>
    <groupId>org.odpi.egeria</groupId>
    <artifactId>data-science</artifactId>
    <version>2.5</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.odpi.egeria/data-science/
implementation 'org.odpi.egeria:data-science:2.5'
// https://jarcasting.com/artifacts/org.odpi.egeria/data-science/
implementation ("org.odpi.egeria:data-science:2.5")
'org.odpi.egeria:data-science:pom:2.5'
<dependency org="org.odpi.egeria" name="data-science" rev="2.5">
  <artifact name="data-science" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.odpi.egeria', module='data-science', version='2.5')
)
libraryDependencies += "org.odpi.egeria" % "data-science" % "2.5"
[org.odpi.egeria/data-science "2.5"]