Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 511 - 520 of 1,752 for test (0.1 sec)

  1. Roadmap — scikit-learn 1.6.0 documentation

    data by implementing a common test. An amputation sample generator...Improve scikit-learn common tests suite to make sure that (at...
    scikit-learn.org/stable/roadmap.html
    Fri Dec 20 11:14:18 UTC 2024
      31.7K bytes
      Cache
      Similar Results (1)
     
  2. DetCurveDisplay — scikit-learn 1.6.0 documentation

    X_test , y_train , y_test = train_test_split ( ......X_train , X_test , y_train , y_test = train_test_split ( ......
    scikit-learn.org/stable/modules/generated/sklearn.metrics.DetCurveDisplay.html
    Fri Dec 20 11:14:14 UTC 2024
      135.1K bytes
      Cache
     
  3. Early stopping in Gradient Boosting — scikit-le...

    y_val = train_test_split ( X , y , test_size = 0.2 , random_state...sklearn.model_selection import train_test_split data = fetch_california_housing...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_early_stopping.html
    Fri Dec 20 11:14:18 UTC 2024
      108.6K bytes
      Cache
     
  4. Early stopping of Stochastic Gradient Descent —...

    y_train ) test_score = estimator . score ( X_test , y_test ) return...X_train , X_test , y_train , y_test = train_test_split ( X ,...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_early_stopping.html
    Fri Dec 20 11:14:18 UTC 2024
      107.6K bytes
      Cache
     
  5. Caching nearest neighbors — scikit-learn 1.6.0 ...

    cv_results_ [ "mean_test_score" ], yerr = grid_model...grid_model . cv_results_ [ "std_test_score" ], ) axes [ 0 ] . set ( xlabel...
    scikit-learn.org/stable/auto_examples/neighbors/plot_caching_nearest_neighbors.html
    Fri Dec 20 11:14:18 UTC 2024
      94K bytes
      Cache
     
  6. OneClassSVM — scikit-learn 1.6.0 documentation

    n_features) or (n_samples_test, n_samples_train) For kernel=”precomputed”,...expected shape of X is (n_samples_test, n_samples_train). Returns :...
    scikit-learn.org/stable/modules/generated/sklearn.svm.OneClassSVM.html
    Thu Dec 12 16:37:36 UTC 2024
      141.5K bytes
      Cache
     
  7. Comparing random forests and the multi-output m...

    X_test , y_train , y_test = train_test_split ( X ,...predict ( X_test ) y_rf = regr_rf . predict ( X_test ) # Plot the...
    scikit-learn.org/stable/auto_examples/ensemble/plot_random_forest_regression_multioutput.html
    Fri Dec 20 11:14:18 UTC 2024
      99.1K bytes
      Cache
     
  8. Features in Histogram Gradient Boosting Trees —...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...train_test_split ( X , y , test_size = 0.4 , shuffle = False ) print...
    scikit-learn.org/stable/auto_examples/ensemble/plot_hgbt_regression.html
    Fri Dec 20 11:14:14 UTC 2024
      151K bytes
      Cache
     
  9. LeaveOneGroupOut — scikit-learn 1.6.0 documenta...

    f " Test: index= { test_index } , group= { groups [ test_index...indices for that split. test ndarray The testing set indices for that...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeaveOneGroupOut.html
    Fri Dec 20 11:14:14 UTC 2024
      122.5K bytes
      Cache
     
  10. MLPClassifier — scikit-learn 1.6.0 documentation

    X_test , y_train , y_test = train_test_split ( X ,...1]) >>> clf . score ( X_test , y_test ) 0.8... fit ( X , y ) [source]...
    scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPClassifier.html
    Fri Dec 20 11:14:14 UTC 2024
      158.8K bytes
      Cache
     
Back to top