Closed dilipbobby closed 7 years ago
Dilipbobby, I had a quick question for you. I downloaded the datumbox zip file and imported the files into Eclipse on my windows machine. I can right click the pom file and compile the project without issues. However, I get an error when I right click run framework lib Datumbox.java (exec java).
Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:java on project datumbox-framework The parameters 'mainClass' for goal org.codehaus.mojo:exec-maven-plugin:1.2.1:java are missing or invalid.
Here is what I added to pom.xml
groupId org.codehaus.mojo artifactId exec-maven-plugin version 1.2.1 goal java mainClass com.datumbox.framework.lib.Datumbox
In the release of 0.7.0 version of framework a feature Disk-based Training is mentioned.I need a example of that ? How do I read trained data sets from DB ? In blog it is mentioned that we need change config file properties .I want to get trained data from Postgres db not from local files.please help me in doing so.
Hello ecuellar2 ,I used maven installation. so I did not get any errors.
Hello I'm new to machine learning.Datumbox is my first ML framework I'm working with But I did not find any documentation on setting config properties to read trainingdata from Disk, please share a code example of reading training data sets from the disk & setting up config properties.