etna.distributions.IntDistribution#
- class IntDistribution(low: int, high: int, step: int = 1, log: bool = False)[source]#
- Bases: - BaseDistribution- Integer-based distribution. - The input parameters aren’t validated. - Look at - optuna.trial.Trial.suggest_int()to find more about the meaning of parameters.- Parameters:
 - Attributes - log- step- low- high