Skip to content

Conversation

@Saurabh7
Copy link
Contributor

@Saurabh7 Saurabh7 commented Jun 5, 2016

No description provided.

['datasets/madelon_X.csv', 'datasets/madelon_y.csv']]
options: '-l 0.01'

LARS:
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Is there reason this was left out? methods/shogun/lars.py was already present , so curious.

@Saurabh7
Copy link
Contributor Author

Saurabh7 commented Jun 5, 2016

@karlnapf some fixes for LARS benchmarks input, which lead to wrong results.

model.train(RealFeatures(X.T))
model.set_labels(RegressionLabels(responsesData))
model.train(RealFeatures(inputData.T))

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Comparing with scikit lasso doesnt make sense actually since its uses coordinate descent to solve as opposed to lars.

Copy link

Choose a reason for hiding this comment

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

Not sure I get this.
Definitely, it only makes sense to compare against this one

Copy link

Choose a reason for hiding this comment

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

Ok I just checked. This should not be merged.
@Saurabh7 you are right that comparing sklearn's LASSO with Shogun's LARS doesnt make any sense.
Instead, can you do the right comparison of the various LARS implementations?

@mlpack-jenkins
Copy link
Collaborator

Can one of the admins verify this patch?

@karlnapf
Copy link

This is old stuff
@Saurabh7 do you want to update this so we can finally merge it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants