Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 571 - 580 of 1,829 for test (0.12 sec)

  1. scale — scikit-learn 1.6.0 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
    Fri Dec 20 11:14:16 UTC 2024
      111.7K bytes
      Cache
     
  2. 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
    Mon Dec 23 08:41:44 UTC 2024
      106.3K bytes
      Cache
     
  3. タイプセーフメール送信 (MailFlute) | LastaFlute

    subject to show test environment or not mail.subject.test.prefix = [Test]...[Test] # The common return path of all mail mail.return.path...
    dbflute.seasar.org/ja/lastaflute/howto/architecture/typesafemail.html
    Tue Nov 12 15:10:59 UTC 2024
      24.2K bytes
      Cache
     
  4. Version 0.15 — scikit-learn 1.7.dev0 documentation

    only for running the tests. By Joel Nothman . Many documentation...and ROC examples now use train_test_split, and have more explanation...
    scikit-learn.org/dev/whats_new/v0.15.html
    Mon Dec 23 08:41:45 UTC 2024
      79.3K bytes
      Cache
      Similar Results (1)
     
  5. Probabilistic predictions with Gaussian process...

    according to the log-loss on test data. The figure shows that...train_size :], c = "g" , label = "Test data" , edgecolors = ( 0 , 0...
    scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpc.html
    Mon Dec 23 08:41:44 UTC 2024
      111.2K bytes
      Cache
     
  6. is_classifier — scikit-learn 1.7.dev0 documenta...

    estimator object Estimator object to test. Returns : out bool True if...
    scikit-learn.org/dev/modules/generated/sklearn.base.is_classifier.html
    Mon Dec 09 18:03:46 UTC 2024
      106.3K bytes
      Cache
      Similar Results (1)
     
  7. is_regressor — scikit-learn 1.6.0 documentation

    instance Estimator object to test. Returns : out bool True if...
    scikit-learn.org/stable/modules/generated/sklearn.base.is_regressor.html
    Mon Dec 23 08:41:44 UTC 2024
      106.4K bytes
      Cache
      Similar Results (1)
     
  8. power_transform — scikit-learn 1.6.0 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
    Thu Dec 12 16:37:36 UTC 2024
      112.9K bytes
      Cache
     
  9. Feature importances with a forest of trees — sc...

    X_test , y_train , y_test = train_test_split ( X ,...permutation_importance ( forest , X_test , y_test , n_repeats = 10 , random_state...
    scikit-learn.org/stable/auto_examples/ensemble/plot_forest_importances.html
    Mon Dec 23 08:41:44 UTC 2024
      113.6K bytes
      Cache
     
  10. RocCurveDisplay — scikit-learn 1.7.dev0 documen...

    X_test , y_train , y_test = train_test_split ( ......X_train , X_test , y_train , y_test = train_test_split ( ......
    scikit-learn.org/dev/modules/generated/sklearn.metrics.RocCurveDisplay.html
    Mon Dec 09 18:03:47 UTC 2024
      147.8K bytes
      Cache
      Similar Results (1)
     
Back to top