a456f784eda6257b73b25fc6c4ee5682dc1341f2,hpsklearn/components.py,,svc_poly,#Any#Any#Any#Any#Any#Any#Any#Any#Any#Any#,192

Before Change


            q=1) if degree is None else degree,
        shrinking=hp_bool(
            _name("shrinking")) if shrinking is None else shrinking,
        tol=hp.lognormal(
            _name("tol"),
            np.log(1e-3),
            np.log(10)) if tol is None else tol,
        // -- this is basically only here to prevent
        //    an infinite loop in libsvm"s solver.
        //    A more useful control mechanism might be a timer

After Change


        return "%s.%s_%s" % (name, "poly", msg)

    // -- (K(x, y) + coef0)^d
    poly_coef0 = hp.choice(_name("coef0nz"), [
            0.0,
            hp.uniform( _name("coef0"), 0.0, 1.0)])
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 4

Instances


Project Name: hyperopt/hyperopt-sklearn
Commit Name: a456f784eda6257b73b25fc6c4ee5682dc1341f2
Time: 2014-02-06
Author: james.bergstra@gmail.com
File Name: hpsklearn/components.py
Class Name:
Method Name: svc_poly


Project Name: hyperopt/hyperopt-sklearn
Commit Name: d6a79fbee9d2d4d93bd68153bc1a0357c6c41a4c
Time: 2016-06-29
Author: shenli.sam@gmail.com
File Name: hpsklearn/components.py
Class Name:
Method Name: svr_linear


Project Name: hyperopt/hyperopt-sklearn
Commit Name: d6a79fbee9d2d4d93bd68153bc1a0357c6c41a4c
Time: 2016-06-29
Author: shenli.sam@gmail.com
File Name: hpsklearn/components.py
Class Name:
Method Name: svr_rbf


Project Name: hyperopt/hyperopt-sklearn
Commit Name: a456f784eda6257b73b25fc6c4ee5682dc1341f2
Time: 2014-02-06
Author: james.bergstra@gmail.com
File Name: hpsklearn/components.py
Class Name:
Method Name: svc_poly