Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 791 - 800 of 1,513 for text (0.62 sec)

  1. Release Highlights for scikit-learn 0.23 — scik...

    X_test , y_train , y_test = train_test_split ( X ,...score ( X_test , y_test )) print ( gbdt . score ( X_test , y_test...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_0_23_0.html
    Mon Oct 20 15:12:27 UTC 2025
      165.8K bytes
      Cache
     
  2. Underfitting vs. Overfitting — scikit-learn 1.7...

    plot ( X_test , pipeline . predict ( X_test [:, np . newaxis..."Model" ) plt . plot ( X_test , true_fun ( X_test ), label = "True function"...
    scikit-learn.org/stable/auto_examples/model_selection/plot_underfitting_overfitting.html
    Mon Oct 20 15:12:27 UTC 2025
      98.7K bytes
      Cache
     
  3. MNIST classification using multinomial logistic...

    X_test , y_train , y_test = train_test_split ( X ,...( X_train ) X_test = scaler . transform ( X_test ) # Turn up tolerance...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sparse_logistic_regression_mnist.html
    Mon Oct 20 15:12:27 UTC 2025
      96.3K bytes
      Cache
     
  4. Quickstart: Create a Synthetic Monitor | Elasti...

    organizations to proactively test and monitor applications by...if the website or app being tested are accessible from: Elastic's...
    www.elastic.co/docs/solutions/observability/get-started/quickstart-create-synthetic-monitor
    Wed Oct 29 14:40:44 UTC 2025
      359.9K bytes
      Cache
     
  5. ExtraTreesRegressor — scikit-learn 1.7.2 docume...

    X_test , y_train , y_test = train_test_split ( ......y_train ) >>> reg . score ( X_test , y_test ) 0.2727... apply ( X )...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.ExtraTreesRegressor.html
    Mon Oct 20 15:12:26 UTC 2025
      162.1K bytes
      Cache
     
  6. Government shutdown live updates: Day 3 of fede...

    shutdown set to stretch into next week 02:19 Updated Oct. 3, 2025,...Speaker Mike Johnson has set next week as a district work period,...
    www.nbcnews.com/politics/trump-administration/live-blog/government-shutdown-trump-layoffs-federal...
    Sat Oct 04 01:11:32 UTC 2025
      1.1M bytes
      Cache
     
  7. pairwise_distances_chunked — scikit-learn 1.7.2...

    working_memory = 0 ) >>> next ( gen ) [array([0, 3])] >>> next ( gen ) [array([0,...rand ( 5 , 3 ) >>> D_chunk = next ( pairwise_distances_chunked...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise_distances_chunked.html
    Mon Oct 20 15:12:26 UTC 2025
      118K bytes
      Cache
     
  8. Prediction Intervals for Gradient Boosting Regr...

    test datasets: X_train , X_test , y_train , y_test = train_test_split...( X_test , y_test , "b." , markersize = 10 , label = "Test observations"...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_quantile.html
    Mon Oct 20 15:12:27 UTC 2025
      140.9K bytes
      Cache
     
  9. Family fights for coverage of medical needs of ...

    shutdown set to stretch into next week 02:19 Now Playing Family...neurological disorder 03:38 UP NEXT Police say they accidentally...
    www.nbcnews.com/nightly-news/video/family-fights-for-coverage-of-medical-needs-of-toddler-with-ne...
    Sun Oct 05 01:13:14 UTC 2025
      940.2K bytes
      Cache
     
  10. Gradient Boosting Out-of-Bag estimates — scikit...

    X_test , y_train , y_test = train_test_split ( X ,...for test data test_score = heldout_score ( clf , X_test , y_test...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_oob.html
    Mon Oct 20 15:12:27 UTC 2025
      112K bytes
      Cache
     
Back to top