Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 371 - 380 of 931 for tests (0.19 sec)

  1. 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
    Wed Feb 05 18:36:52 UTC 2025
      150.5K bytes
      Cache
     
  2. I Am Disgusted By Elon Musk's Gaming Setup - Af...

    of my speculation stems from “test” streams he did on his annoyingly...generally. Source: Elon Musk In one test broadcast on September 17th,...
    aftermath.site/does-elon-musks-gaming-rig-suck-or-not
    Mon Feb 03 01:15:51 UTC 2025
      416.6K bytes
      Cache
     
  3. LarsCV — scikit-learn 1.6.1 documentation

    test) splits as arrays of indices....shape (n_samples, n_features) Test samples. For some estimators...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LarsCV.html
    Wed Feb 05 18:36:53 UTC 2025
      142.4K bytes
      Cache
     
  4. 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 Feb 05 18:36:51 UTC 2025
      122.2K bytes
      Cache
     
  5. fetch_species_distributions — scikit-learn 1.6....

    in degrees test record array, shape = (620,) The test points for...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_species_distributions.html
    Wed Feb 05 18:36:52 UTC 2025
      113.2K bytes
      Cache
     
  6. 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 Jan 08 22:20:57 UTC 2025
      86.7K bytes
      Cache
     
  7. scale — scikit-learn 1.6.1 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.scale.html
    Tue Feb 04 08:40:43 UTC 2025
      111.9K bytes
      Cache
     
  8. Univariate Feature Selection — scikit-learn 1.6...

    X_test , y_train , y_test = train_test_split ( X ,...format ( clf . score ( X_test , y_test ) ) ) svm_weights = np ....
    scikit-learn.org/stable/auto_examples/feature_selection/plot_feature_selection.html
    Wed Feb 05 18:36:52 UTC 2025
      105.8K bytes
      Cache
     
  9. Ridge coefficients as a function of the L2 Regu...

    our trained predictions to the test data and see the statistical...regularization on training and test error Effect of model regularization...
    scikit-learn.org/stable/auto_examples/linear_model/plot_ridge_coeffs.html
    Wed Feb 05 18:36:51 UTC 2025
      103.2K bytes
      Cache
     
  10. power_transform — scikit-learn 1.6.1 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
    Tue Feb 04 08:40:44 UTC 2025
      113.1K bytes
      Cache
     
Back to top