Rm.run¶
-
simrun.modular_reduced_model_inference.reduced_model.Rm.run(client=
None, n_workers=None, strategy_selection=None)¶ Run one or more strategies on the data.
A strategy is a pipeline that:
Extracts data from the reduced model
Splits the data into training and test sets
Constructs a cost function to be optimized.
Solves the optimization problem using a
_Solver
Each strategy implements different cost functions, depending on what to optimize for. However, they all implement a
get_score()method to evaluate the performance of the optimization.- Parameters:¶
See also
simrun.modular_reduced_model_inference.strategyfor available strategies.
Documentation unclear, incomplete, broken or wrong? Let us know