Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 441 - 450 of 1,451 for test (0.1 sec)

  1. Receiver Operating Characteristic (ROC) with cr...

    X [ test ], y [ test ], name = f "ROC fold..., 6 )) for fold , ( train , test ) in enumerate ( cv . split...
    scikit-learn.org/stable/auto_examples/model_selection/plot_roc_crossval.html
    Sat Apr 19 00:31:22 UTC 2025
      101.2K bytes
      Cache
     
  2. 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
    Sat Apr 19 00:31:21 UTC 2025
      113.2K bytes
      Cache
     
  3. LastaFlute移行 0.8.2 to 0.8.3 | LastaFlute

    [App]ActionDefTest にメソッドを二つ追加 test_injectedResourceDefi() と test_lastaPresentsSomethi()...test_lastaPresentsSomethi() の二つ。 test_injectedResourceDefi() @ResourceアノテーションによるDI定義のポリシーチェック...
    dbflute.seasar.org/ja/lastaflute/howto/upgrade/migration/lamig082to083.html
    Fri Apr 18 17:54:32 UTC 2025
      36.8K bytes
      1 views
      Cache
     
  4. OutputCodeClassifier — scikit-learn 1.6.1 docum...

    the mean accuracy on the given test data and labels. In multi-label...shape (n_samples, n_features) Test samples. y array-like of shape...
    scikit-learn.org/stable/modules/generated/sklearn.multiclass.OutputCodeClassifier.html
    Sat Apr 19 00:31:22 UTC 2025
      132.6K bytes
      Cache
     
  5. DummyRegressor — scikit-learn 1.6.1 documentation

    n_features) Test samples. Passing None as test samples gives...# Perform classification on test vectors X. Parameters : X array-like...
    scikit-learn.org/stable/modules/generated/sklearn.dummy.DummyRegressor.html
    Sat Apr 19 00:31:21 UTC 2025
      140.9K bytes
      Cache
     
  6. GradientBoostingRegressor — scikit-learn 1.6.1 ...

    X_test , y_train , y_test = train_test_split ( ......>>> reg . score ( X_test , y_test ) 0.4... For a detailed example...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.GradientBoostingRegressor.html
    Sat Apr 19 00:31:21 UTC 2025
      174.5K bytes
      Cache
     
  7. 1.11. Ensembles: Gradient boosting, random fore...

    ( y_test , est . predict ( X_test )) 5.00... >>> _ = est . set_params...train_test_split >>> X_train , X_test , y_train , y_test = train_test_split...
    scikit-learn.org/stable/modules/ensemble.html
    Sat Apr 19 00:31:22 UTC 2025
      230.9K bytes
      Cache
     
  8. KNeighborsRegressor — scikit-learn 1.6.1 docume...

    or None Test samples. If None , predictions...shape (n_samples, n_features) Test samples. For some estimators...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsRegressor.html
    Sat Apr 19 00:31:22 UTC 2025
      152.3K bytes
      Cache
     
  9. 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
    Sat Apr 19 00:31:22 UTC 2025
      113.1K bytes
      Cache
     
  10. 1.10. Decision Trees — scikit-learn 1.6.1 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 Apr 19 00:31:21 UTC 2025
      93.7K bytes
      Cache
     
Back to top