DOC: formats momentum calculation for web (#9802)
* Add input function for training and testing (#9617) * Add input function for training and testing Estimator is decoupled from Scikit Learn interface by moving into separate class SKCompat. Arguments x, y and batch_size are only available in the SKCompat class, Estimator will only accept input_fn * remove extra comma * DOC: format documentation for momentum calculation
Loading
Please sign in to comment