Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 971 - 980 of 4,393 for * (1.81 sec)

  1. plot_classifier_comparison.ipynb

    x_min, x_max = X[:, 0].min() - 0.5, X[:, 0].max() + 0.5\n y_min,...GaussianProcessClass(1.0 * RBF(1.0), random_state=42),\n DecisionTreeClassifi(max_depth=5,...
    scikit-learn.org/stable/_downloads/3438aba177365cb595921cf18806dfa7/plot_classifier_comparison.ipynb
    Mon Jul 28 16:20:37 UTC 2025
      5.7K bytes
     
  2. StackingClassifier scikit-learn 1.7.1 documen...

    RandomForestClassifi ( n_estimators = 10 , random_state = 42 )), ... ( 'svr' ,...load_iris ( return_X_y = True ) >>> estimators = [ ... ( 'rf' , RandomForestClassifi...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.StackingClassifier.html
    Mon Jul 28 16:20:37 UTC 2025
      158.8K bytes
      Cache
     
  3. StackingRegressor scikit-learn 1.7.1 document...

    RidgeCV ()), ... ( 'svr' , LinearSVR ( random_state = 42 )) ... ] >>>...X_test , y_test ) 0.3... fit ( X , y , ** fit_params ) [source] #...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.StackingRegressor.html
    Mon Jul 28 16:20:37 UTC 2025
      153.5K bytes
      Cache
     
  4. mutual_info_regression scikit-learn 1.7.1 doc...

    42 ... ) >>> mutual_info_regression ( X , y ) array([0.117, 2.645,...Sets. PLoS ONE 9(2), 2014. [ 4 ] L. F. Kozachenko, N. N. Leonenko,...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.mutual_info_regression.html
    Mon Jul 28 16:20:37 UTC 2025
      114.4K bytes
      Cache
     
  5. mutual_info_classif scikit-learn 1.7.1 docume...

    y ) array([0.589, 0.107, 0.196, 0.0968 , 0., 0. , 0. , 0. , 0....Sets. PLoS ONE 9(2), 2014. [ 4 ] L. F. Kozachenko, N. N. Leonenko,...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.mutual_info_classif.html
    Mon Jul 28 16:20:37 UTC 2025
      114.9K bytes
      Cache
     
  6. LinearSVC scikit-learn 1.7.1 documentation

    = 'auto' , tol = 0.0001 , C = 1.0 , multi_class = 'ovr' , fit_intercept...becomes [x_1, ..., x_n, intercept_scaling] , i.e. a synthetic feature...
    scikit-learn.org/stable/modules/generated/sklearn.svm.LinearSVC.html
    Mon Jul 28 16:20:37 UTC 2025
      162.4K bytes
      Cache
     
  7. get_scorer scikit-learn 1.7.1 documentation

    , - 1 , - 0.5 , 2 ], ( - 1 , 1 )) >>> y = np . array ([ 0 , 1...get_scorer ( "accuracy" ) >>> accuracy ( classifier , X , y ) 0.4 Gallery...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.get_scorer.html
    Mon Jul 28 16:20:37 UTC 2025
      109.3K bytes
      Cache
     
  8. RegressorMixin scikit-learn 1.7.1 documentation

    estimator . fit ( X , y ) . predict ( X ) array([0, 0, 0]) >>> estimator...of squares ((y_true - y_true.mean()) ** 2).sum() . The best possible...
    scikit-learn.org/stable/modules/generated/sklearn.base.RegressorMixin.html
    Mon Jul 28 16:20:37 UTC 2025
      115.7K bytes
      Cache
     
  9. make_column_transformer scikit-learn 1.7.1 do...

    er ( ... ( StandardScaler (), [ 'numerical_column' ]), ... (...['numerical_column']), ('onehotencoder', OneHotEncoder(...), ['categorical_column'])])...
    scikit-learn.org/stable/modules/generated/sklearn.compose.make_column_transformer.html
    Mon Jul 28 16:20:37 UTC 2025
      120K bytes
      Cache
     
  10. EmpiricalCovariance scikit-learn 1.7.1 docume...

    covariance_ array([[0.7569, 0.2818], [0.2818, 0.3928]]) >>> cov . location_...sqrt(tr(A^t.A)) - spectral: sqrt(max(eigenvalues(A^t.A)) where...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.EmpiricalCovariance.html
    Mon Jul 28 16:20:37 UTC 2025
      131.5K bytes
      Cache
     
Back to top