Beginner's question

I am looking at the code for the UCISequenceClassificationExample
The downloadUCIData method has the two lines beginning String url and String data

What changes to these two lines are required to load the data from a folder on my computer ?
Thanks
Bob M

If you already have the data downloaded, and prepared as the method does it, you will just have to set the correct folder in the first few lines of the example. If you just have the file, but don’t have done any preparation, you can change the url into a file url format, like the one your browser uses when you navigate to the file.

Thank you for your comments treo :slight_smile: