tribuo icon indicating copy to clipboard operation
tribuo copied to clipboard

Error on irises-tribuo-v4.ipynb

Open josekurian opened this issue 2 years ago • 1 comments

Just started running tutorial file tribuo-main/tutorials/irises-tribuo-v4.ipynb.

import org.tribuo.*; package org.tribuo does not exist

#####################

Server Information: You are using Jupyter notebook.

The version of the notebook server is: 6.4.6-344d32bf7 The server is running on this version of Python: Python 3.9.16 (main, Dec 7 2022, 10:25:28) [Clang 13.0.0 (clang-1300.0.29.30)]

Current Kernel Information: Java 15.0.2+7-27 :: IJava kernel 1.3.0 Protocol v5.3 implementation by jupyter-jvm-basekernel 2.3.0

Thanks Joe

josekurian avatar Jan 28 '23 02:01 josekurian

To run the tutorials you need to compile Tribuo, then copy the jar files listed in the first code block into the tutorials folder. Alternatively if you aren't behind a institutional proxy you can use the load from Maven ijava magic to pull in the appropriate Tribuo artifacts.

Craigacp avatar Jan 28 '23 02:01 Craigacp