Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 91 - 100 of 1,281 for test (0.11 sec)

  1. StratifiedKFold — scikit-learn 1.7.2 documentation

    Provides train/test indices to split data in train/test sets. This..." ) ... print ( f " Test: index= { test_index } " ) Fold 0: Train:...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedKFold.html
    Fri Oct 17 15:07:12 UTC 2025
      124.7K bytes
      Cache
     
  2. plot_hgbt_regression.zip

    import train_test_split X_train, X_test, y_train, y_test = train_test_split(X,...import train_test_split\n\nX_train, X_test, y_train, y_test = train_test_split(X,...
    scikit-learn.org/stable/_downloads/ef504a3cb245a55fde178198c8218b4a/plot_hgbt_regression.zip
    Thu Oct 16 16:10:52 UTC 2025
      36.8K bytes
     
  3. 7.3. Preprocessing data — scikit-learn 1.7.2 do...

    X_test , y_train , y_test = train_test_split ( X ,...score ( X_test , y_test ) # apply scaling on testing data, without...
    scikit-learn.org/stable/modules/preprocessing.html
    Fri Oct 17 15:07:12 UTC 2025
      198.2K bytes
      Cache
     
  4. fetch_species_distributions — scikit-learn 1.7....

    in degrees test record array, shape = (620,) The test points for...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_species_distributions.html
    Fri Oct 17 15:07:12 UTC 2025
      112.7K bytes
      Cache
     
  5. World's most downloaded vector database: Elasti...

    "my_text" : { "type" : "text" }, "category": {...retrieval in a single query. Test RAG fast — no setup needed Stop...
    www.elastic.co/elasticsearch/vector-database
    Sat Oct 18 00:31:41 UTC 2025
      582.3K bytes
      1 views
      Cache
     
  6. RepeatedKFold — scikit-learn 1.7.2 documentation

    print ( f " Test: index= { test_index } " ) ... Fold...index=[0 1] Test: index=[2 3] Fold 1: Train: index=[2 3] Test: index=[0...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.RepeatedKFold.html
    Fri Oct 17 15:07:12 UTC 2025
      119.4K bytes
      Cache
     
  7. MLPRegressor — scikit-learn 1.7.2 documentation

    X_test , y_train , y_test = train_test_split ( X ,...-291]) >>> regr . score ( X_test , y_test ) 0.98 fit ( X , y , sample_weight...
    scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPRegressor.html
    Fri Oct 17 15:07:12 UTC 2025
      163K bytes
      Cache
     
  8. learning_curve — scikit-learn 1.7.2 documentation

    ( f "The average test accuracy is { cv_test_scores . mean ()...cross-validated training and test scores for different training...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.learning_curve.html
    Fri Oct 17 15:07:12 UTC 2025
      125.7K bytes
      Cache
     
  9. feature_selection.rst.txt

    the best features based on univariate statistical tests. It can...we can use a F-test to retrieve the two best features for a dataset...
    scikit-learn.org/stable/_sources/modules/feature_selection.rst.txt
    Sun Oct 12 02:56:14 UTC 2025
      14.5K bytes
      3 views
     
  10. NuSVR — scikit-learn 1.7.2 documentation

    expected shape of X is (n_samples_test, n_samples_train). Returns :...coefficient of determination on test data. The coefficient of determination,...
    scikit-learn.org/stable/modules/generated/sklearn.svm.NuSVR.html
    Fri Oct 17 15:07:12 UTC 2025
      142.4K bytes
      Cache
     
Back to top