Skip to content

Tabular Dataset Support with Tablesaw

This module contains the tabular dataset support with Tablesaw.

The following functions have been implemented:

  • a TablesawDataset class extending RandomAccessDataset to support for importing tabular datasets in Tablesaw format.

Documentation

The latest javadocs can be found on here.

You can also build the latest javadocs locally using the following command:

./gradlew javadoc

The javadocs output is built in the build/doc/javadoc folder.

Installation

You can pull the module from the central Maven repository by including the following dependency in your pom.xml file:

<dependency>
    <groupId>ai.djl.tablesaw</groupId>
    <artifactId>tablesaw</artifactId>
    <version>0.27.0</version>
</dependency>