Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 301 - 310 of 1,752 for test (0.1 sec)

  1. PredefinedSplit — scikit-learn 1.6.0 documentation

    Provides train/test indices to split data into train/test sets using...The entry test_fold[i] represents the index of the test set that...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.PredefinedSplit.html
    Fri Dec 20 11:14:16 UTC 2024
      115.9K bytes
      Cache
     
  2. Release Highlights for scikit-learn 0.24 — scik...

    X_test , y_train , y_test = train_test_split ( X ,...X_train , X_test , y_train , y_test = train_test_split ( X ,...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_0_24_0.html
    Fri Dec 20 11:14:18 UTC 2024
      157.1K 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 Dec 20 11:14:14 UTC 2024
      98.5K bytes
      Cache
     
  4. 6.1. Pipelines and composite estimators — sciki...

    X_test , y_train , y_test = train_test_split ( X ,...format ( regr . score ( X_test , y_test ))) R2 score: 0.61 >>> raw_target_regr...
    scikit-learn.org/stable/modules/compose.html
    Fri Dec 20 11:14:16 UTC 2024
      110.7K bytes
      Cache
     
  5. Ordinary Least Squares Example — scikit-learn 1...

    X_test , y_train , y_test = train_test_split ( X ,...] . scatter ( X_test , y_test , label = "Test data points" ) ax...
    scikit-learn.org/stable/auto_examples/linear_model/plot_ols.html
    Fri Dec 20 11:14:14 UTC 2024
      96.6K bytes
      Cache
     
  6. Introducing the set_output API — scikit-learn 1...

    X_test , y_train , y_test = train_test_split ( X ,...X_train ) X_test_scaled = scaler . transform ( X_test ) X_test_scaled...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_set_output.html
    Fri Dec 20 11:14:18 UTC 2024
      144.2K bytes
      Cache
     
  7. OAS — scikit-learn 1.6.0 documentation

    : X_test array-like of shape (n_samples, n_features) Test data...the observations. score ( X_test , y = None ) [source] # Compute...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.OAS.html
    Fri Dec 20 11:14:14 UTC 2024
      132.8K bytes
      Cache
     
  8. DBFlute Example (サンプル) | DBFlute

    MySQL dbflute-test-dbms-mysql PostgreSQL dbflute-test-dbms-postgresql...Oracle dbflute-test-dbms-oracle DB2 dbflute-test-dbms-db2 SQLServer...
    dbflute.seasar.org/ja/manual/reference/example/index.html
    Tue Nov 12 15:10:59 UTC 2024
      15.2K bytes
      24 views
      Cache
     
  9. plot_multi_metric_evaluation.zip

    1)[0][0] best_score = results["mean_test_%s" % scorer][best_index]...1)[0][0]\n best_score = results[\"mean_test_%s\" % scorer][best_index]\n\n...
    scikit-learn.org/stable/_downloads/535778bfbc9b4881da3e662bc2ea8484/plot_multi_metric_evaluation.zip
    Fri Dec 20 11:14:16 UTC 2024
      8.8K bytes
      Similar Results (1)
     
  10. Face completion with a multi-output estimators ...

    randint ( test . shape [ 0 ], size = ( n_faces ,)) test = test [ face_ids...2 :] X_test = test [:, : ( n_pixels + 1 ) // 2 ] y_test = test...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_multioutput_face_completion.html
    Fri Dec 20 11:14:18 UTC 2024
      99.6K bytes
      Cache
     
Back to top