Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 111 - 120 of 1,755 for test (0.12 sec)

  1. LassoCV — scikit-learn 1.5.0 documentation

    test) splits as arrays of indices....n_folds) Mean square error for the test set on each fold, varying alpha....
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoCV.html
    Tue May 28 11:51:34 UTC 2024
      173.8K bytes
      Cache
     
  2. Get started with generative AI free | Elastic

    Test out ingesting your data, build...Configure, select field mappings, and test vector and semantic search with...
    www.elastic.co/cloud/generative-ai-trial-overview
    Wed May 29 00:07:20 UTC 2024
      517.9K bytes
      Cache
     
  3. load_iris — scikit-learn 1.5.0 documentation

    (ROC) Nested versus non-nested cross-validation Nested versus...(ROC) with cross validation Test with permutations the significance...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.load_iris.html
    Tue May 28 11:51:34 UTC 2024
      138.4K bytes
      Cache
     
  4. plot_hgbt_regression.py

    import train_test_split X_train, X_test, y_train, y_test = train_test_split(X,...train_test_split(X, y, test_size=0.4, shuffle=False) print(f"Training...
    scikit-learn.org/stable/_downloads/d108f2283ac3905eb623b32d42217a2b/plot_hgbt_regression.py
    Tue May 28 11:51:32 UTC 2024
      16.3K bytes
     
  5. MLPClassifier — scikit-learn 1.5.0 documentation

    X_test , y_train , y_test = train_test_split ( X ,...1]) >>> clf . score ( X_test , y_test ) 0.8... fit ( X , y ) [source]...
    scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPClassifier.html
    Tue May 28 11:51:34 UTC 2024
      164K bytes
      Cache
     
  6. OneVsOneClassifier — scikit-learn 1.5.0 documen...

    X_test , y_train , y_test = train_test_split ( ......sklearn.model_selection import train_test_split >>> from sklearn.multiclass...
    scikit-learn.org/stable/modules/generated/sklearn.multiclass.OneVsOneClassifier.html
    Mon May 27 10:29:31 UTC 2024
      149.2K bytes
      Cache
     
  7. cross_val_score — scikit-learn 1.5.0 documentation

    IterativeImputer Nested versus non-nested cross-validation Nested versus...splitting the dataset into train/test set. Only used in conjunction...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.cross_val_score.html
    Tue May 28 11:51:34 UTC 2024
      130.1K bytes
      Cache
     
  8. EllipticEnvelope — scikit-learn 1.5.0 documenta...

    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.covariance.EllipticEnvelope.html
    Tue May 28 11:51:33 UTC 2024
      157.2K bytes
      Cache
     
  9. AdaBoostRegressor — scikit-learn 1.5.0 document...

    n_features) Test samples. For some estimators...determine the prediction on a test set after each boost. Parameters...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.AdaBoostRegressor.html
    Tue May 28 11:51:32 UTC 2024
      152.3K bytes
      Cache
     
  10. preprocessing.rst.txt

    K_{test} - 1'_{\text{n}_{samples}} K - K_{test} 1_{\text{n}_{samples}}...>>> X_train, X_test, y_train, y_test = train_test_split(X, y, random_state=42)...
    scikit-learn.org/stable/_sources/modules/preprocessing.rst.txt
    Fri May 24 12:15:01 UTC 2024
      53K bytes
     
Back to top