ztyreg / rapaio

statistics, data mining and machine learning toolbox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rapaio logo

Disambiguation

  1. (Italian dictionary) Field of turnips. It is also a place where there is confusion, where tricks and sims are plotted.

  2. (Computer science) Statistics, data mining and machine learning library written in Java.

Try it online

Launch rapaio with IJava binder jupyter Launch rapaio with IJava binder jupyter lab

Build status

build status codecov.io

Documentation

Rapaio is a rich collection of data mining, statistics and machine learning tools written completely in Java. Documentation for this library is hosted as github pages. Most of the documentation is written as Jupyter notebooks and hosted at rapaio-notebooks github repository. The notebooks repository can also be spinned up through binder.

Installation

Last published release on maven central is 2.4.0

   <dependency>
     <groupId>io.github.padreati</groupId>
     <artifactId>rapaio</artifactId>
     <version>2.4.0</version>
   </dependency>

The best way for exploration is through jupyter / jupyter-lab notebooks. This is excellent for experimenting with interactive notebooks or to document the ideas you are working on.

You have to install jupyter / jupyter-lab and IJava kernel. For more information you can follow the instruction from IJava. The following notation is specific to IJava kernel jupyter notation.

%maven io.github.padreati:rapaio:2.4.0  

Acknowledgements

Many thanks to JetBrains who provided open source licenses for their brilliant IDE a

Many thanks to SpencerPark for the java kernel he realized IJava jupyter kernel.

About

statistics, data mining and machine learning toolbox

License:Other


Languages

Language:Java 97.8%Language:C 2.1%Language:R 0.2%