datumbox / datumbox-framework

Datumbox is an open-source Machine Learning framework written in Java which allows the rapid development of Machine Learning and Statistical applications.
http://www.datumbox.com/
Apache License 2.0
1.09k stars 282 forks source link

How to Set configs so that I can read Training Data from Disk? #15

Closed dilipbobby closed 7 years ago

dilipbobby commented 8 years ago

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.

ecuellar2 commented 8 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

org.codehaus.mojo exec-maven-plugin 1.2.1 java com.datumbox.framework.lib.Datumbox Do I need to do something differently to be able to run the datumbox code on my client? I want to get the code running so I can also use local data sets.
ecuellar2 commented 8 years ago

groupId org.codehaus.mojo artifactId exec-maven-plugin version 1.2.1 goal java mainClass com.datumbox.framework.lib.Datumbox

dilipbobby commented 8 years ago

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.

dilipbobby commented 8 years ago

Hello ecuellar2 ,I used maven installation. so I did not get any errors.