Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 291 - 300 of 1,456 for test (0.1 sec)

  1. Comparing various online solvers — scikit-learn...

    X_test , y_train , y_test = train_test_split ( X ,...( X_test ) yy_ . append ( 1 - np . mean ( y_pred == y_test ))...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_comparison.html
    Sat Apr 19 00:31:21 UTC 2025
      94.9K bytes
      Cache
     
  2. Release Highlights for scikit-learn 0.24 — scik...

    X_test , y_train , y_test = train_test_split ( X ,...X_train , X_test , y_train , y_test = train_test_split ( X ,...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_0_24_0.html
    Sat Apr 19 00:31:22 UTC 2025
      156.6K bytes
      Cache
     
  3. Feature transformations with ensembles of trees...

    X_test , y_full_train , y_test = train_test_split ( X...train_test_split ( X_full_train , y_full_train , test_size =...
    scikit-learn.org/stable/auto_examples/ensemble/plot_feature_transformation.html
    Sat Apr 19 00:31:20 UTC 2025
      152.2K bytes
      Cache
     
  4. Partial Dependence and Individual Conditional E...

    ( f "Test R2 score: { mlp_model . score ( X_test , y_test ) :...f "Test R2 score: { hgbdt_model . score ( X_test , y_test ) :...
    scikit-learn.org/stable/auto_examples/inspection/plot_partial_dependence.html
    Sat Apr 19 00:31:21 UTC 2025
      201.9K bytes
      Cache
     
  5. RFECV — scikit-learn 1.6.1 documentation

    test) splits as arrays of indices....the following keys: split(k)_test_score ndarray of shape (n_s...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.RFECV.html
    Sat Apr 19 00:31:20 UTC 2025
      157.4K bytes
      Cache
     
  6. Pipeline ANOVA SVM — scikit-learn 1.6.1 documen...

    X_test , y_train , y_test = train_test_split ( X ,...predict ( X_test ) print ( classification_report ( y_test , y_pred...
    scikit-learn.org/stable/auto_examples/feature_selection/plot_feature_selection_pipeline.html
    Sat Apr 19 00:31:22 UTC 2025
      106.5K bytes
      Cache
     
  7. Installing scikit-learn — scikit-learn 1.6.1 do...

    2 tests pytest-cov 2.9.0 tests ruff 0.5.1 tests black 24.3.0...24.3.0 tests mypy 1.9 tests pyamg 4.0.0 tests polars 0.20.30 docs,...
    scikit-learn.org/stable/install.html
    Sat Apr 19 00:31:22 UTC 2025
      53.9K bytes
      Cache
     
  8. Single estimator versus bagging: bias-variance ...

    ( y ) X_test , y_test = generate ( n_samples = n_test , noise...training set n_test = 1000 # Size of the test set noise = 0.1...
    scikit-learn.org/stable/auto_examples/ensemble/plot_bias_variance.html
    Sat Apr 19 00:31:21 UTC 2025
      115.7K bytes
      Cache
     
  9. Confusion matrix — scikit-learn 1.6.1 documenta...

    set and a test set X_train , X_test , y_train , y_test = train_test_split...from_estimator ( classifier , X_test , y_test , display_labels = class_names...
    scikit-learn.org/stable/auto_examples/model_selection/plot_confusion_matrix.html
    Sat Apr 19 00:31:21 UTC 2025
      88.9K bytes
      Cache
     
  10. Model Complexity Influence — scikit-learn 1.6.1...

    X_test , y_train , y_test = train_test_split ( X ,...X_train , "X_test" : X_test , "y_train" : y_train , "y_test" : y_test...
    scikit-learn.org/stable/auto_examples/applications/plot_model_complexity_influence.html
    Sat Apr 19 00:31:21 UTC 2025
      125.7K bytes
      1 views
      Cache
     
Back to top