david-inf / SGD-and-LS

Stochastic Gradient Descent with Momentum and Line Searches
1 stars 0 forks source link

Implement cross-validation #10

Open david-inf opened 3 months ago

david-inf commented 3 months ago
david-inf commented 3 months ago

Instead of implementing the cross-validation, one can use the cross_val_score from sklearn