sklearn.model_selection.check_cv()
  • References/Python/scikit-learn/API Reference/model_selection

sklearn.model_selection.check_cv(cv=3, y=None, classifier=False)

2025-01-10 15:47:30
sklearn.model_selection.fit_grid_point()
  • References/Python/scikit-learn/API Reference/model_selection

sklearn.model_selection.fit_grid_point(X, y, estimator, parameters, train, test, scorer, verbose, error_score='raise', **fit_params)

2025-01-10 15:47:30
sklearn.model_selection.learning_curve()
  • References/Python/scikit-learn/API Reference/model_selection

sklearn.model_selection.learning_curve(estimator, X, y, groups=None, train_sizes=array([ 0.1, 0.33, 0.55, 0.78, 1. ]), cv=None

2025-01-10 15:47:30
model_selection.PredefinedSplit()
  • References/Python/scikit-learn/API Reference/model_selection

class sklearn.model_selection.PredefinedSplit(test_fold)

2025-01-10 15:47:30
sklearn.model_selection.validation_curve()
  • References/Python/scikit-learn/API Reference/model_selection

sklearn.model_selection.validation_curve(estimator, X, y, param_name, param_range, groups=None, cv=None, scoring=None,

2025-01-10 15:47:30
model_selection.LeavePOut()
  • References/Python/scikit-learn/API Reference/model_selection

class sklearn.model_selection.LeavePOut(p)

2025-01-10 15:47:30
model_selection.RandomizedSearchCV()
  • References/Python/scikit-learn/API Reference/model_selection

class sklearn.model_selection.RandomizedSearchCV(estimator, param_distributions, n_iter=10, scoring=None, fit_params=None

2025-01-10 15:47:30
sklearn.model_selection.permutation_test_score()
  • References/Python/scikit-learn/API Reference/model_selection

sklearn.model_selection.permutation_test_score(estimator, X, y, groups=None, cv=None, n_permutations=100, n_jobs=1

2025-01-10 15:47:30
sklearn.model_selection.cross_val_predict()
  • References/Python/scikit-learn/API Reference/model_selection

sklearn.model_selection.cross_val_predict(estimator, X, y=None, groups=None, cv=None, n_jobs=1, verbose=0, fit_params=None

2025-01-10 15:47:30
model_selection.LeaveOneGroupOut
  • References/Python/scikit-learn/API Reference/model_selection

class sklearn.model_selection.LeaveOneGroupOut

2025-01-10 15:47:30