Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 778 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 778 Bytes

Solar_Power_Generation

Model description

This is a LinearRegression model trained on Solar Power Generation Data.

Intended uses & limitations

This model is not ready to be used in production.

Training Procedure

Hyperparameters

The model is trained with below hyperparameters.

Hyperparameter Value
alpha 1.0
copy_X True
fit_intercept True
l1_ratio 0.5
max_iter 1000
normalize deprecated
positive False
precompute False
random_state 0
selection cyclic
tol 0.0001
warm_start False