BaseGaleShapley¶
- class BaseGaleShapley(name: str, ranked_candidates: List[str])[source]¶
Bases:
etna.core.mixins.BaseMixin
Base class for a member of Gale-Shapley matching.
Init BaseGaleShapley.
- Parameters
name (str) – name of object
ranked_candidates (List[str]) – list of preferences for the object ranked descending by importance
- Inherited-members
Methods
Break tmp current.
set_params
(**params)Return new object instance with modified parameters.
to_dict
()Collect all information about etna object in dict.
update_tmp_match
(name)Create match with object name.