Skip to content

Commit

Permalink
Merge pull request #129 from aadityasinha-dotcom/GammaRegressor
Browse files Browse the repository at this point in the history
Added Gamma Regressor
  • Loading branch information
Thilakraj1998 committed Oct 14, 2021
2 parents fef12f2 + 431b4c6 commit fbf68d7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions blobcity/config/regressor_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,4 +226,12 @@ class regressor_config:
"verbose":{'bool':[False]},
}
],
"GammaRegressor":[
linear_model.GammaRegressor,
{
"alpha":{'float':[1e-4,1.0]},
"max_iter":{'int':[1000,10000]},
"tol":{'float':[1e-3,0.1]},
}
]
}

0 comments on commit fbf68d7

Please sign in to comment.