Skip to content
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.

Take so much time create a SequentialMinimalOptimizationRegression in Accord.NET #352

Closed
mikesneider opened this issue Nov 28, 2016 · 2 comments

Comments

@mikesneider
Copy link

I'm creating a SMOR (

SequentialMinimalOptimizationRegression

) with Accord.NET

This is my code:

smo = new SequentialMinimalOptimizationRegression(machine, InPut, OuPut);
My input is a double[1119][9] //x1,x2,...,x9
My output i a double[1119][1] //y1

but creating the SMOR takes around 29 minutes, someone knows why this takes a so much time?

cesarsouza added a commit that referenced this issue Feb 28, 2017
…ssion in Accord.NET

Adding a new algorithm for Support Vector Regression based on LibSVM's optimizer.
@cesarsouza
Copy link
Member

A new optimization algorithm, which should be faster, will be available for learning SVR in the next release.

@cesarsouza
Copy link
Member

Fixed in 3.5.0.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants