dariasor/TreeExtra

Running problems

traderforce opened this issue · 2 comments

Dear author, I use the code for research experiments. But I met problems when running the model training, and the followings are my running ways. Could you help directing my problems or share with me an extra way to run the code. Thanks much!

image

I use sample data from this site. I use visual studio to run the code, and set argv's parameters as follows to run "ag_train". (input the parameters in "Command Arguments")

image

Then I met "Error: failed to open attribute file."

image

Looking forward to receiving your reply, thanks !

You haven't set up the working directory - right below Command Arguments. So it is looking for the data.attr in the wrong place.

You haven't set up the working directory - right below Command Arguments. So it is looking for the data.attr in the wrong place.
Got it. Thanks for your help!