Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 501 - 510 of 1,297 for test (0.11 sec)

  1. Crafting a minimal reproducer for scikit-learn ...

    the train_test_split X_train , X_test , y_train , y_test = train_test_split...( X_test , y_test ) other_score = gbdt . score ( X_test , y_test...
    scikit-learn.org/stable/developers/minimal_reproducer.html
    Sat Oct 11 07:51:26 UTC 2025
      62.3K bytes
      Cache
     
  2. 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
    Sat Oct 11 07:51:27 UTC 2025
      150.9K bytes
      Cache
     
  3. Elastic Observability Labs

    and test statements in real-time, making...contributing to make it the best data collection platform for...
    www.elastic.co/observability-labs/blog/tag/opentelemetry
    Tue Sep 23 01:10:30 UTC 2025
      311.4K bytes
      Cache
     
  4. power_transform — scikit-learn 1.7.2 documentation

    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.power_transform.html
    Fri Oct 10 15:14:33 UTC 2025
      112.6K bytes
      Cache
     
  5. DetCurveDisplay — scikit-learn 1.7.2 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
    Sat Oct 11 07:51:26 UTC 2025
      137.8K bytes
      Cache
     
  6. Explicit feature map approximation for RBF kern...

    the second half: data_test , targets_test = ( data [ n_samples...2 :]) # data_test = scaler.transform(data_test) # Create a classifier:...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_kernel_approximation.html
    Sat Oct 11 07:51:25 UTC 2025
      124.4K bytes
      Cache
     
  7. 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
    Sat Oct 11 07:51:26 UTC 2025
      107.6K bytes
      Cache
     
  8. 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
    Sat Oct 11 07:51:26 UTC 2025
      98.6K bytes
      Cache
     
  9. 1.10. Decision Trees — scikit-learn 1.7.2 docum...

    validate a model using statistical tests. That makes it possible to account...= 0 ) . fit ( X , y ) >>> X_test = np . array ([ np . nan ])...
    scikit-learn.org/stable/modules/tree.html
    Sat Oct 11 07:51:25 UTC 2025
      94.5K bytes
      Cache
     
  10. LassoLars — scikit-learn 1.7.2 documentation

    coefficient of determination on test data. The coefficient of determination,...shape (n_samples, n_features) Test samples. For some estimators...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoLars.html
    Sat Oct 11 07:51:27 UTC 2025
      143K bytes
      Cache
     
Back to top