Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 791 - 800 of 1,509 for text (0.15 sec)

  1. Gradient Boosting regularization — scikit-learn...

    X_test , y_train , y_test = train_test_split ( X ,...( X_test )): test_deviance [ i ] = 2 * log_loss ( y_test , y_proba...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_regularization.html
    Fri Oct 31 16:42:55 UTC 2025
      96.3K bytes
      Cache
     
  2. validation_curve — scikit-learn 1.7.2 documenta...

    print ( f "The average test accuracy is { test_scores . mean () :...curve. Determine training and test scores for varying parameter...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.validation_curve.html
    Fri Oct 31 16:42:59 UTC 2025
      121.9K bytes
      Cache
     
  3. Dimensionality Reduction with Neighborhood Comp...

    train/test X_train , X_test , y_train , y_test = train_test_split...( model . transform ( X_test ), y_test ) # Embed the data set...
    scikit-learn.org/stable/auto_examples/neighbors/plot_nca_dim_reduction.html
    Fri Oct 31 16:42:59 UTC 2025
      98.2K bytes
      Cache
     
  4. Scalable learning with polynomial kernel approx...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...train_test_split ( X , y , train_size = 5_000 , test_size = 10_000...
    scikit-learn.org/stable/auto_examples/kernel_approximation/plot_scalable_poly_kernels.html
    Fri Oct 31 16:42:55 UTC 2025
      115.5K bytes
      Cache
     
  5. 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
    Fri Oct 31 16:42:55 UTC 2025
      165.8K bytes
      Cache
     
  6. 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
    Fri Oct 31 22:37:53 UTC 2025
      364.9K bytes
      Cache
     
  7. 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
    Fri Oct 31 16:42:55 UTC 2025
      96.3K bytes
      Cache
     
  8. Continued leadership in open and transparent se...

    or through trial and error testing against the product. Security...doing here at Elastic. Read this next: Get more data into your SIEM...
    www.elastic.co/blog/continued-leadership-in-open-and-transparent-security
    Sat Nov 01 00:23:57 UTC 2025
      471.6K bytes
      Cache
     
  9. Decision Tree Regression — scikit-learn 1.7.2 d...

    Get predictions on the test set X_test = np . arange ( 0.0 , 5.0...predict ( X_test ) y_2 = regr_2 . predict ( X_test ) Plot the...
    scikit-learn.org/stable/auto_examples/tree/plot_tree_regression.html
    Fri Oct 31 16:42:55 UTC 2025
      152.4K bytes
      Cache
     
  10. Release Highlights for scikit-learn 1.5 — sciki...

    X_test , y_train , y_test = train_test_split ( X ,...from_estimator ( classifier_05 , X_test , y_test ) Lowering the threshold,...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_5_0.html
    Fri Oct 31 16:42:55 UTC 2025
      123.1K bytes
      Cache
     
Back to top