We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ade1794 commit 940b977Copy full SHA for 940b977
1 file changed
ogcore/output_tables.py
@@ -1000,13 +1000,6 @@ def model_fit_table(
1000
"""
1001
Creates a table summarizing the model fit.
1002
1003
- Supported target descriptions (used as keys in ``targets_dict``):
1004
-
1005
- * ``"Gini coefficient of wealth"`` -- computed from ``b_sp1``
1006
- * ``"Investment rate (I/K)"`` -- computed from ``I`` and ``K``
1007
- * ``"Gini coefficient of income"`` -- computed from
1008
- ``before_tax_income``
1009
1010
Args:
1011
targets_dict (dict): maps each parameter name to a one-item
1012
dict ``{target_description: data_value}``, e.g.::
0 commit comments