Skip to content

Commit

Permalink
sphynx docs: regression case adjusted
Browse files Browse the repository at this point in the history
  • Loading branch information
jumutc committed Aug 19, 2015
1 parent 9618734 commit adbb6b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/regression.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This package provides a function ``salsa`` and explanation on ``SALSAModel`` whi
X = linspace(0.1,20,100)''
Xtest = linspace(0.11,19.9,100)''
y = sinc(X)
model = SALSAModel(NONLINEAR,PEGASOS(),LEAST_SQUARES,validation_criteria=MSE())
model = salsa(X,y,model,Xtest)
Expand Down

0 comments on commit adbb6b3

Please sign in to comment.