Skip to content

dials 0.0.10

Choose a tag to compare

@hfrick hfrick released this 10 Sep 12:57
50cc89c

New parameters

  • adjust_deg_free() and select_features() for generalized additive models.

  • conditional_min_criterion, conditional_test_statistic,
    conditional_test_type for models with the party engine.

  • diagonal_covariance(), regularization_method(), shrinkage_correlation(),
    shrinkage_frequencies(), and shrinkage_variance() for linear and
    quadratic discriminant analysis.

  • penalty_L1(), penalty_L2(), and scale_pos_weight() for boosted trees
    with the xgboost engine (@joeycouse, #176).

  • prior_mixture_threshold() and prior_slab_dispersion() for sparse PCA.

  • stop_iter() for early stopping.

Other changes