get_estimator_repr

hcrystalball.utils.get_estimator_repr(model, n_char_max=10000)[source]

Get the string representation of a model

Parameters
  • model (hcrystalball.base.TSModelWrapper, sklearn.base.BaseEstimator) – instance of model

  • n_char_max (int) – max. number of characters to be used for the string

Returns

String representation of the model

Return type

str