-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
scriptData missing in Dropbox upload #4
Comments
scriptDataPath is used only within some of the classes in tem.script package and in SimpleEvaluate class of tem.main package. In particular scriptDataPath is utilized to read the userID file. To me, the export step and the training set creation step are both clear, but I can't figure out how to create the test set. Any ideas? |
@ifonema Did you noticed my fork https://github.com/jonaschn/TopicExpertiseModel? TopicExpertiseModel/src/tem/main/SimpleEvaluate.java Lines 43 to 45 in 0f918d7
|
@jonaschn Thank you for your fork, I am using it now.
Method
TopicExpertiseModel/src/tem/script/ExportTestDataForRank.java Lines 35 to 36 in 0f918d7
where testDataQuestions.id file is used in order to export data from the database, but I don't know where the testDataQuestions.id file is created.A naive solution consists of creating a tab separated text file in which the second column contains the ids of questions belonging to the test set, but I'd like to know if there is in the repository the code for the automatic generation of the test set. |
To be honest: I don't know. |
I could not find the data which is expected to be in the
scriptDataPath
.The Dropbox upload contains (to my knowledge) only the training (
originalDataPath
) and test data (testDataPath
).TopicExpertiseModel/src/tem/conf/PathConfig.java
Line 5 in 0f918d7
The text was updated successfully, but these errors were encountered: