mirror of
https://github.com/microsoft/SkillOpt.git
synced 2026-07-07 00:15:39 +08:00
5 lines
162 B
Python
5 lines
162 B
Python
"""Backward-compat stub — moved to skillopt.optimizer.clip."""
|
|
from skillopt.optimizer.clip import rank_and_select # noqa: F401
|
|
|
|
__all__ = ["rank_and_select"]
|