Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 401 - 420 of 851 for test (0.16 sec)

  1. Digits Classification Exercise — scikit-learn 1...

    )] X_test = X_digits [ int ( 0.9 * n_samples ) :] y_test = y_digits..., y_train ) . score ( X_test , y_test )) print ( "LogisticRegression...
    scikit-learn.org/stable/auto_examples/exercises/plot_digits_classification_exercise.html
    Wed May 08 07:10:46 UTC 2024
      23.7K bytes
      Cache
     
  2. Species distribution modeling — scikit-learn 1....

    "ascii" ) points = dict ( test = test , train = train ) for label...species . pts_test [ "dd long" ], species . pts_test [ "dd lat"...
    scikit-learn.org/stable/auto_examples/applications/plot_species_distribution_modeling.html
    Wed May 08 07:10:45 UTC 2024
      59.2K bytes
      Cache
     
  3. Visualizing cross-validation behavior in scikit...

    cross-validation Nested versus non-nested cross-validation Nested versus...split data into training and test sets in order to avoid model...
    scikit-learn.org/stable/auto_examples/model_selection/plot_cv_indices.html
    Wed May 08 07:10:46 UTC 2024
      56.1K bytes
      Cache
     
  4. Failure of Machine Learning to infer causal eff...

    X_test , y_train , y_test = train_test_split ( X ,...data into a training and a testing set. from sklearn.model_selection...
    scikit-learn.org/stable/auto_examples/inspection/plot_causal_interpretation.html
    Wed May 08 07:10:46 UTC 2024
      45.1K bytes
      Cache
     
  5. Receiver Operating Characteristic (ROC) with cr...

    X [ test ], y [ test ], name = f "ROC fold..., 6 )) for fold , ( train , test ) in enumerate ( cv . split...
    scikit-learn.org/stable/auto_examples/model_selection/plot_roc_crossval.html
    Wed May 08 07:10:46 UTC 2024
      37.9K bytes
      Cache
     
  6. Feature importances with a forest of trees — sc...

    X_test , y_train , y_test = train_test_split ( X ,...permutation_importance ( forest , X_test , y_test , n_repeats = 10 , random_state...
    scikit-learn.org/stable/auto_examples/ensemble/plot_forest_importances.html
    Wed May 08 07:10:46 UTC 2024
      49K bytes
      Cache
     
  7. Fedora Asahi Remix 40 Now Available For Apple S...

    lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org...the past 19+ years. We do our best to ensure only clean, relevant...
    www.phoronix.com/news/Fedora-Asahi-Remix-40
    Thu May 09 01:11:15 UTC 2024
      69K bytes
      Cache
     
  8. Column Transformer with Heterogeneous Data Sour...

    ) X_test , y_test = fetch_20newsgroups ( random_state...body = text . partition ( " \n\n " ) # store body text in second...
    scikit-learn.org/stable/auto_examples/compose/plot_column_transformer.html
    Wed May 08 07:10:46 UTC 2024
      43.9K bytes
      Cache
     
  9. sklearn.preprocessing.robust_scale — scikit-lea...

    splitting into training and test sets. This will bias the model...information would have leaked from the test set to the training set. In...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.robust_scale.html
    Wed May 08 07:10:45 UTC 2024
      22.7K bytes
      Cache
     
  10. Robust linear model estimation using RANSAC — s...

    Train error vs Test error Train error vs Test error Gallery generated...
    scikit-learn.org/stable/auto_examples/linear_model/plot_ransac.html
    Wed May 08 07:10:45 UTC 2024
      31.4K bytes
      Cache
     
  11. sklearn.neighbors.RadiusNeighborsRegressor — sc...

    n_indexed) if metric == ‘precomputed’ Test samples. Returns : y ndarray...shape (n_samples, n_features) Test samples. For some estimators...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.RadiusNeighborsRegressor.html
    Wed May 08 07:10:45 UTC 2024
      63.2K bytes
      Cache
     
  12. sklearn.svm.OneClassSVM — scikit-learn 1.4.2 do...

    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
    Wed May 08 07:10:46 UTC 2024
      53.2K bytes
      Cache
     
  13. Map data to a normal distribution — scikit-lear...

    X_test = train_test_split ( X , test_size = 0.5 )...sklearn.model_selection import train_test_split from sklearn.preprocessing...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_map_data_to_normal.html
    Wed May 08 07:10:45 UTC 2024
      42.2K bytes
      Cache
     
  14. sklearn.metrics.RocCurveDisplay — scikit-learn ...

    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.RocCurveDisplay.html
    Wed May 08 07:10:45 UTC 2024
      56K bytes
      Cache
     
  15. 7 Best Streaming Devices Of 2023

    To Avoid 6 Best Home Security Systems of 2023 7 Best Online Therapy...Therapy Platforms Of 2023 7 Best Pest Control Companies of 2023...
    digg.com/technology/streaming-services/best-streaming-devices
    Thu May 09 01:17:38 UTC 2024
      237K bytes
      Cache
     
  16. Scaling the regularization parameter for SVCs —...

    = 1e-3 ) We compute the mean test score for different values of...train_sizes ] shuffle_params = { "test_size" : 0.3 , "n_splits" : 150...
    scikit-learn.org/stable/auto_examples/svm/plot_svm_scale_c.html
    Wed May 08 07:10:46 UTC 2024
      51.4K bytes
      Cache
     
  17. Recursive feature elimination with cross-valida...

    "mean_test_score" ], yerr = rfecv . cv_results_ [ "std_test_score"...rfecv . cv_results_ [ "mean_test_score" ]) plt . figure () plt...
    scikit-learn.org/stable/auto_examples/feature_selection/plot_rfe_with_cross_validation.html
    Wed May 08 07:10:46 UTC 2024
      30.1K bytes
      Cache
     
  18. Caching nearest neighbors — scikit-learn 1.4.2 ...

    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
    Wed May 08 07:10:45 UTC 2024
      30.5K bytes
      Cache
     
  19. Orthogonal Matching Pursuit — scikit-learn 1.4....

    Train error vs Test error Train error vs Test error Feature agglomeration...
    scikit-learn.org/stable/auto_examples/linear_model/plot_omp.html
    Wed May 08 07:10:45 UTC 2024
      34.4K bytes
      Cache
     
  20. sklearn.base.is_regressor — scikit-learn 1.4.2 ...

    instance Estimator object to test. Returns : out bool True if...
    scikit-learn.org/stable/modules/generated/sklearn.base.is_regressor.html
    Wed May 08 07:10:45 UTC 2024
      15.3K bytes
      Cache
     
Back to top