Export models
export_beta_geo_fitter(bgf)
Exports the BetaGeoFitter object to a pickle file.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
bgf
|
BetaGeoFitter
|
The BetaGeoFitter object to be exported |
required |
Returns:
Type | Description |
---|---|
None
|
None |
Source code in api/utils/export_models.py
10 11 12 13 14 15 16 17 18 19 20 21 |
|
export_gamma_gamma_fitter(ggf)
Exports the GammaGammaFitter object to a pickle file.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
ggf
|
GammaGammaFitter
|
The GammaGammaFitter object to be exported. |
required |
Returns:
Type | Description |
---|---|
None
|
None |
Source code in api/utils/export_models.py
24 25 26 27 28 29 30 31 32 33 34 35 |
|