Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 316 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 316 Bytes

ScalaML

A machine learning library for Scala, mostly for learning purposes.
To add the library to your project, add:

externalResolvers += "ScalaML packages" at "https://maven.pkg.github.com/Osrepnay/scalaml"
libraryDependencies += "io.github.osrepnay.scalaml" %% "scalaml" % "0.1"

to your build.sbt.