Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 151 - 160 of 845 for test (0.1 sec)

  1. 7.4. Loading other datasets — scikit-learn 1.4....

    X_test , y_test = load_svmlight_files (...number of features: >>> X_test , y_test = load_svmlight_file ( ......
    scikit-learn.org/stable/datasets/loading_other_datasets.html
    Sun May 19 20:00:39 UTC 2024
      44.9K bytes
      Cache
     
  2. Elastic Generative AI Tools and Capabilities | ...

    Test drive serverless Generative...meaning and context — across text, images, videos, audio, geo-location,...
    www.elastic.co/generative-ai
    Mon May 20 00:08:06 UTC 2024
      560.8K bytes
      Cache
     
  3. sklearn.svm.NuSVR — scikit-learn 1.4.2 document...

    expected shape of X is (n_samples_test, n_samples_train). Returns :...shape (n_samples, n_features) Test samples. For some estimators...
    scikit-learn.org/stable/modules/generated/sklearn.svm.NuSVR.html
    Sun May 19 20:00:39 UTC 2024
      55.8K bytes
      Cache
     
  4. 1.16. Probability calibration — scikit-learn 1....

    test_set) couples (as determined...Then its predictions on the test subset are used to fit a calibrator...
    scikit-learn.org/stable/modules/calibration.html
    Sun May 19 20:00:39 UTC 2024
      42.8K bytes
      Cache
     
  5. sklearn.datasets.load_iris — scikit-learn 1.4.2...

    (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
    Sun May 19 20:00:39 UTC 2024
      42.2K bytes
      Cache
     
  6. sklearn.model_selection.cross_val_score — sciki...

    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
    Sun May 19 20:00:39 UTC 2024
      34K bytes
      Cache
     
  7. 1.5. Stochastic Gradient Descent — scikit-learn...

    SGDClassifier ()) est . fit ( X_train ) est . predict ( X_test ) If your...( X_train ) X_test = scaler . transform ( X_test ) # apply same...
    scikit-learn.org/stable/modules/sgd.html
    Sun May 19 20:00:39 UTC 2024
      68K bytes
      Cache
     
  8. Implementing search and generative AI for your ...

    test, and maintain your new search...
    www.elastic.co/explore/improving-digital-customer-experiences/implementing-search-for-your-knowle...
    Mon May 20 01:04:08 UTC 2024
      328K bytes
      Cache
     
  9. 1.4. Support Vector Machines — scikit-learn 1.4...

    X_test , y_train , y_test = train_test_split ( X ,...examples >>> gram_test = np . dot ( X_test , X_train . T ) >>>...
    scikit-learn.org/stable/modules/svm.html
    Sun May 19 20:00:39 UTC 2024
      103.3K bytes
      Cache
     
  10. sklearn.ensemble.ExtraTreesRegressor — scikit-l...

    X_test , y_train , y_test = train_test_split ( ......y_train ) >>> reg . score ( X_test , y_test ) 0.2727... Methods apply...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.ExtraTreesRegressor.html
    Sun May 19 20:00:39 UTC 2024
      77.8K bytes
      Cache
     
Back to top