Skip to content
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

remove RealFeatures from SWIG #4261

Merged

Conversation

karlnapf
Copy link
Member

No description provided.

@karlnapf karlnapf added this to ToDo in Belgrade Sprint via automation Apr 17, 2018
@karlnapf karlnapf force-pushed the feature/prune_features_from_swig branch 3 times, most recently from d370a7a to d126293 Compare April 17, 2018 18:44
@karlnapf
Copy link
Member Author

The patch that really removes RealFeatures from the swig interfaces is 6475cf9
It is not included in here since the legacy python examples and the notebooks still rely on RealFeatures

@karlnapf karlnapf force-pushed the feature/prune_features_from_swig branch from d126293 to 0cee3a1 Compare April 17, 2018 22:14
@karlnapf karlnapf force-pushed the feature/prune_features_from_swig branch from 0cee3a1 to edfb688 Compare April 17, 2018 22:41
@karlnapf karlnapf moved this from ToDo to InProgress in Belgrade Sprint Apr 18, 2018
@karlnapf
Copy link
Member Author

Tada!

@karlnapf karlnapf merged commit 30644a6 into shogun-toolbox:develop Apr 18, 2018
Belgrade Sprint automation moved this from InProgress to Finito Apr 18, 2018
@karlnapf karlnapf deleted the feature/prune_features_from_swig branch April 18, 2018 16:52
// definitely a matrix, might need to convert values
if (mat.num_rows>1 && mat.num_cols>1)
{
// TODO once needed
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tmp failure with error?

@karlnapf
Copy link
Member Author

karlnapf commented Apr 20, 2018 via email

MulticlassLabels labels_train(f_labels_train)
MulticlassLabels labels_test(f_labels_test)
#![create_features]

#![set_parameters]
real C = 1.0
real epsilon = 0.0001
GaussianKernel gauss_kernel(features_train, features_train, 15)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

kernel bandwidth changed from 15 to 1, need to regenerated integration testing data

ktiefe pushed a commit to ktiefe/shogun that referenced this pull request Jul 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Belgrade Sprint
  
Finito
Development

Successfully merging this pull request may close these issues.

None yet

2 participants