-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Add meta example for ChiSquare Distance #4168
Conversation
unit-SGObject encounters Segmentation Fault, but the test works fine locally. I would get back to this later this week. I can't figure out what could possibly have gone wrong!! |
379d211
to
1a45bdb
Compare
Added data file for this example. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The example is fine, thx for that!
Could you add the data revision to the commit? (after the data PR was merged)
The segfault is not your fault and should not happen in the latest develop branch
Added data revision to this PR. |
Thanks! |
Agreed :) |
@syashakash could you rebase this with the latest develop as the integration test is back. |
f462014
to
637b055
Compare
Ok, I see that the integration tests have failed! I would see how to solve this. I forgot to update the data file!!! I would be careful with not troubling Travis again! |
@@ -0,0 +1,20 @@ | |||
CSVFile f_feats_a("../../data/fm_train_real.dat") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pls rename the file to chi_square
@karlnapf @vigsterkr this example fails the new binary kernel SVM integration tests for ChiSquareDistance. The example's code is similar to that of other |
The integration test fails if the listing produces different data than the one in the reference data. See the examples and the development readme |
6feeeed
to
2ca67c0
Compare
Shall we get this merged? |
@karlnapf the integration tests fail locally. Moreover, the data file needs another update, and this PR has wrong file. I will have to send a PR first to |
Sure, wanna go ahead with that? |
There now also is a merge conflict, so you will need to update this PR |
89457e3
to
e0b915e
Compare
e0b915e
to
6d63296
Compare
Add data file
6d63296
to
03bd896
Compare
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue is now being closed due to a lack of activity. Feel free to reopen it. |
Refer #3555
All tests passed.