随机搜索RandomizedSearchCV参数方法详细解析

机器学习中RandomizedSearchCV网格搜索的参数、方法

  • 1、简介
  • 2、参数
    • (1)estimator: estimator object
    • (2)param_distributions: dict or list of dicts
    • (3) n_iter: int, default=10
    • (4)scoring: str, callable, list, tuple or dict, default=None
    • (5)n_jobs: int, default=None
    • (6)refit: bool, str, or callable, default=True

你可能感兴趣的:(机器学习算法的Python实现,sklearn,机器学习,python)