Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 241 - 260 of 858 for test (0.28 sec)

  1. Gradient Boosting regression — scikit-learn 1.4...

    X_test , y_train , y_test = train_test_split ( X ,...mean_squared_error ( y_test , reg . predict ( X_test )) print ( "The...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_regression.html
    Thu Apr 18 11:07:01 UTC 2024
      44.6K bytes
      Cache
     
  2. Slashdot: News for nerds, stuff that matters

    The case was the first known test for a jury to decide whether...engagement (i.e. time spent) as our best proxy for customer satisfaction,"...
    slashdot.org
    Fri Apr 19 01:08:42 UTC 2024
      138.6K bytes
      Cache
     
  3. New dinner party simulation app dropped

    Test drive an easy, no-obligation...with the right beans. And the best way to score great beans is...
    www.garbageday.email/p/new-dinner-party-simulation-app-dropped
    Thu Apr 18 00:48:46 UTC 2024
      251.3K bytes
      Cache
     
  4. sklearn.impute.SimpleImputer — scikit-learn 1.4...

    missing values at transform/test time. keep_empty_features bool,...simple estimators as well as on nested objects (such as Pipeline )....
    scikit-learn.org/stable/modules/generated/sklearn.impute.SimpleImputer.html
    Thu Apr 18 11:07:01 UTC 2024
      56.9K bytes
      Cache
     
  5. L1-based models for Sparse Signals — scikit-lea...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...train_test_split ( X , y , test_size = 0.5 , shuffle = False ) In...
    scikit-learn.org/stable/auto_examples/linear_model/plot_lasso_and_elasticnet.html
    Thu Apr 18 11:07:01 UTC 2024
      61.3K bytes
      Cache
     
  6. sklearn.linear_model.RANSACRegressor — scikit-l...

    the mean accuracy on the given test data, which is used for the...Attributes : estimator_ object Best fitted model (copy of the estimator...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.RANSACRegressor.html
    Thu Apr 18 11:06:59 UTC 2024
      52.8K bytes
      Cache
     
  7. Custom refit strategy of a grid search with cro...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split..., "mean_test_recall" , "std_test_recall" , "mean_test_precision"...
    scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_digits.html
    Thu Apr 18 11:07:00 UTC 2024
      60.4K bytes
      Cache
     
  8. sklearn.linear_model.HuberRegressor — scikit-le...

    n_features) Test samples. For some estimators...y_true.mean()) ** 2).sum() . The best possible score is 1.0 and it...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.HuberRegressor.html
    Thu Apr 18 11:07:00 UTC 2024
      58.1K bytes
      Cache
     
  9. sklearn.cross_decomposition.PLSRegression — sci...

    n_features) Test samples. For some estimators...y_true.mean()) ** 2).sum() . The best possible score is 1.0 and it...
    scikit-learn.org/stable/modules/generated/sklearn.cross_decomposition.PLSRegression.html
    Thu Apr 18 11:06:59 UTC 2024
      75.7K bytes
      Cache
     
  10. 8.2. Computational Performance — scikit-learn 1...

    Here is sample code to test the sparsity of your input:...sparsify () clf . predict ( X_test ) In this example we prefer...
    scikit-learn.org/stable/computing/computational_performance.html
    Thu Apr 18 11:07:01 UTC 2024
      43.3K bytes
      Cache
     
  11. 2.6. Covariance estimation — scikit-learn 1.4.2...

    then the test set is supposed to have the...
    scikit-learn.org/stable/modules/covariance.html
    Thu Apr 18 11:07:00 UTC 2024
      41.9K bytes
      Cache
     
  12. 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
    Thu Apr 18 11:07:00 UTC 2024
      92K bytes
      Cache
     
  13. FanFare

    Episode 19 With the First Test continuing, Frieren and her...style="display:none"></div> <script type="text/javascript"> !function() { var...
    fanfare.metafilter.com
    Thu Apr 18 00:46:30 UTC 2024
      75.9K bytes
      1 views
      Cache
     
  14. Faces recognition example using eigenfaces and ...

    X_test , y_train , y_test = train_test_split ( X , y , test_size...set and a test and keep 25% of the data for testing. X_train ,...
    scikit-learn.org/stable/auto_examples/applications/plot_face_recognition.html
    Thu Apr 18 11:07:01 UTC 2024
      50K bytes
      Cache
     
  15. Statistical comparison of models using grid sea...

    "rank_test_score" , "mean_test_score" , "std_test_score" ]]...params rank_test_score mean_test_score std_test_score kernel...
    scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_stats.html
    Thu Apr 18 11:07:01 UTC 2024
      115.7K bytes
      Cache
     
  16. Kernel PCA — scikit-learn 1.4.2 documentation

    X_test , y_train , y_test = train_test_split ( X ,..."Training data" ) test_ax . scatter ( X_test [:, 0 ], X_test [:, 1 ],...
    scikit-learn.org/stable/auto_examples/decomposition/plot_kernel_pca.html
    Thu Apr 18 11:07:01 UTC 2024
      44.1K bytes
      Cache
     
  17. Confusion matrix — scikit-learn 1.4.2 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
    Thu Apr 18 11:07:00 UTC 2024
      26.4K bytes
      Cache
     
  18. Shrinkage covariance estimation: LedoitWolf vs ...

    coloring_matrix ) X_test = np . dot ( base_X_test , coloring_matrix...ymin , - cv . best_estimator_ . score ( X_test ), color = "cyan"...
    scikit-learn.org/stable/auto_examples/covariance/plot_covariance_estimation.html
    Thu Apr 18 11:07:01 UTC 2024
      45K bytes
      Cache
     
  19. Linear Regression Example — scikit-learn 1.4.2 ...

    scatter ( diabetes_X_test , diabetes_y_test , color = "black" )...Split the data into training/testing sets diabetes_X_train = diabetes_X...
    scikit-learn.org/stable/auto_examples/linear_model/plot_ols.html
    Thu Apr 18 11:07:01 UTC 2024
      27.1K bytes
      Cache
     
  20. Tweedie regression on insurance claims — scikit...

    ( "test" , X_test , df_test ), ]: y , _weights...train_test_split df_train , df_test , X_train , X_test = train_test_split...
    scikit-learn.org/stable/auto_examples/linear_model/plot_tweedie_regression_insurance_claims.html
    Thu Apr 18 11:07:00 UTC 2024
      118K bytes
      Cache
     
Back to top