Open jolars opened 6 years ago
Consider storing a copy of x and y (feature matrix and response) in the fitted object from sgdnet().
x
y
sgdnet()
predict
thin
sgdnet.store_data
Consider storing a copy of
x
andy
(feature matrix and response) in the fitted object fromsgdnet()
.Pros
predict
methods.Cons
Possible solutions
thin
argument insgdnet()
to let the user decide if they want to store the data object.sgdnet.store_data
so that users can decide if they want to store the data.