MCPcopy Create free account
hub / github.com/Derive-Risk/pyfair / export_params

Method export_params

pyfair/model/model.py:569–578  ·  view source on GitHub ↗

Export params as a dictionary. Returns ------- dict Non-metadata parameters

(self)

Source from the content-addressed store, hash-verified

567 return json_data
568
569 def export_params(self):
570 """Export params as a dictionary.
571
572 Returns
573 -------
574 dict
575 Non-metadata parameters
576
577 """
578 return self._data_input.get_supplied_values()

Callers 5

test_exportsMethod · 0.95
test_inspectionMethod · 0.45
test_exportsMethod · 0.45
__init__Method · 0.45

Calls 1

get_supplied_valuesMethod · 0.80

Tested by 3

test_exportsMethod · 0.76
test_inspectionMethod · 0.36
test_exportsMethod · 0.36