Name Collision: learning_rate argument to 'backward' method

The method backward has claimed 'learning_rate' as a reserved name for this argument. This is problematic since many Sklearn model classes use learning_rate as the name of this tunable Hyperparameter.

Please rename to something else.