51236b184ec22ca3723e618e1aacf6afce54340f,optuna/distributions.py,IntLogUniformDistribution,__init__,#IntLogUniformDistribution#Any#Any#Any#,334

Before Change


            )

        if step != 1:
            _logger.warning(
                "`step` accepts only `1`, so `step` is replaced with `1`. "
                "`step` argument is deprecated and will be removed in the future. "
                "The removal of this feature is currently scheduled for v4.0.0, "
                "but this schedule is subject to change."
            )

        self.low = low
        self.high = high

After Change


            )

        if step != 1:
            warnings.warn(
                "`step` accepts only `1`, so `step` is replaced with `1`. "
                "`step` argument is deprecated and will be removed in the future. "
                "The removal of this feature is currently scheduled for v4.0.0, "
                "but this schedule is subject to change.",
                DeprecationWarning,
            )

        self.low = low
        self.high = high
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 9

Non-data size: 4

Instances


Project Name: pfnet/optuna
Commit Name: 51236b184ec22ca3723e618e1aacf6afce54340f
Time: 2020-06-24
Author: k_nzw@klis.tsukuba.ac.jp
File Name: optuna/distributions.py
Class Name: IntLogUniformDistribution
Method Name: __init__


Project Name: Featuretools/featuretools
Commit Name: be08f88c494daa31975a11a33927fa619c562a9a
Time: 2020-07-22
Author: 42102034+systemshift@users.noreply.github.com
File Name: featuretools/entityset/entity.py
Class Name:
Method Name: _create_index


Project Name: pfnet/optuna
Commit Name: 2a4f8eebadb171720816a6a1e8b7917bff508e7b
Time: 2020-12-23
Author: imamura@ms.k.u-tokyo.ac.jp
File Name: optuna/trial/_trial.py
Class Name: Trial
Method Name: report


Project Name: RaRe-Technologies/gensim
Commit Name: 2c84bca625ce0ea7258b340c02dc61a3abd50a82
Time: 2017-05-27
Author: menshikh.iv@gmail.com
File Name: gensim/models/hdpmodel.py
Class Name: HdpTopicFormatter
Method Name: print_topic


Project Name: arviz-devs/arviz
Commit Name: e3d9a75be26266d2164c89dc7836efca2321851a
Time: 2019-04-09
Author: oriol.abril.pla@gmail.com
File Name: arviz/data/io_dict.py
Class Name: DictConverter
Method Name: posterior_to_xarray


Project Name: pfnet/optuna
Commit Name: 2a4f8eebadb171720816a6a1e8b7917bff508e7b
Time: 2020-12-23
Author: imamura@ms.k.u-tokyo.ac.jp
File Name: optuna/trial/_trial.py
Class Name: Trial
Method Name: should_prune


Project Name: RaRe-Technologies/gensim
Commit Name: 5ea3eb2c37cf57665d55c98168ff5b343c479e12
Time: 2017-12-07
Author: menshikh.iv@gmail.com
File Name: gensim/models/hdpmodel.py
Class Name: HdpModel
Method Name: show_topic


Project Name: cornellius-gp/gpytorch
Commit Name: e945d461832cd28d1b0d26bce7389df6b2c23b3b
Time: 2018-09-13
Author: gpleiss@gmail.com
File Name: gpytorch/priors/_compatibility.py
Class Name:
Method Name: _bounds_to_prior


Project Name: cornellius-gp/gpytorch
Commit Name: 80b1721386add38535dcad1f97654c7e22f9ec6c
Time: 2018-09-12
Author: gpleiss@gmail.com
File Name: gpytorch/priors/_compatibility.py
Class Name:
Method Name: _bounds_to_prior