This module contains the tabular dataset support with Tablesaw.
The following functions have been implemented:
- a
TablesawDataset
class extendingRandomAccessDataset
to support for importing tabular datasets in Tablesaw format.
You can build the latest javadocs locally using the following command:
./gradlew javadoc
The javadocs output is built in the build/doc/javadoc
folder.
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.18.0-SNAPSHOT</version>
</dependency>