StringToWriteablesFunction

Hello, I have implemented a basic clustering algorithm using ND4J and want to test it on the iris dataset. I found the following example covering this exact use case:

However, one of the imports is not resolving, and on further inspection I cannot find any mention of this packag in the official docs:

import org.datavec.spark.transform.misc.StringToWritablesFunction;.

Are there any current examples of how to read, transform and store a CSV file in an INDArray? Or can someone instruct me on how to resolve this import?

@wcneill you don’t need spark. Just use datavec-local and the TransformProcess. See: deeplearning4j-examples/README.md at master · eclipse/deeplearning4j-examples · GitHub