Skip to content

Commit

Permalink
Update spcr.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
mlesnoff committed Jan 1, 2025
1 parent 3bab763 commit 4c108f9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/spcr.jl
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@ Xtest = rmrow(X, s)
ytest = rmrow(y, s)
nlv = 15
meth = :soft ; nvar = 20
#meth = :hard ; nvar = 20
meth = :soft
#meth = :hard
nvar = 20
model = spcr(; nlv, meth, nvar) ;
fit!(model, Xtrain, ytrain)
pnames(model)
Expand Down

0 comments on commit 4c108f9

Please sign in to comment.