jolars / sgdnet

Fast Sparse Linear Models for Big Data with SAGA
https://jolars.github.io/sgdnet/
GNU General Public License v3.0
5 stars 2 forks source link

Save a data copy in fitted objects #10

Open jolars opened 6 years ago

jolars commented 6 years ago

Consider storing a copy of x and y (feature matrix and response) in the fitted object from sgdnet().

Pros

Cons

Possible solutions