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.
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.
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>