Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 151 - 160 of 509 for tests (0.1 sec)

  1. IsolationForest example — scikit-learn 1.5.0 do...

    X_test , y_train , y_test = train_test_split ( X ,...sklearn.model_selection import train_test_split n_samples , n_outliers...
    scikit-learn.org/stable/auto_examples/ensemble/plot_isolation_forest.html
    Mon May 27 10:29:29 UTC 2024
      117.8K bytes
      Cache
     
  2. Developing scikit-learn estimators — scikit-lea...

    _skip_test (default=False) whether to skip common tests entirely....X_train , y_train ) . predict ( X_test ) Depending on the nature of...
    scikit-learn.org/dev/developers/develop.html
    Fri May 24 12:15:00 UTC 2024
      121.7K bytes
      Cache
      Similar Results (1)
     
  3. MLPRegressor — scikit-learn 1.5.0 documentation

    X_test , y_train , y_test = train_test_split ( X ,...-7.1...]) >>> regr . score ( X_test , y_test ) 0.4... fit ( X , y ) [source]...
    scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPRegressor.html
    Mon May 27 10:29:31 UTC 2024
      156.2K bytes
      Cache
     
  4. Understanding the decision tree structure — sci...

    X_test , y_train , y_test = train_test_split ( X ,...decision_path ( X_test ) leaf_id = clf . apply ( X_test ) sample_id...
    scikit-learn.org/stable/auto_examples/tree/plot_unveil_tree_structure.html
    Mon May 27 10:29:28 UTC 2024
      125.1K bytes
      Cache
     
  5. Isotonic Regression — scikit-learn 1.5.0 docume...

    plot ( x_test , ir . predict ( x_test ), "C1-" ) ax1 ....noisy data (n= %d )" % n ) x_test = np . linspace ( - 10 , 110...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_isotonic_regression.html
    Mon May 27 10:29:30 UTC 2024
      107.5K bytes
      Cache
     
  6. QuadraticDiscriminantAnalysis — scikit-learn 1....

    n_features) Array of samples (test vectors). Returns : C ndarray...classification on an array of test vectors X. The predicted class...
    scikit-learn.org/stable/modules/generated/sklearn.discriminant_analysis.QuadraticDiscriminantAnal...
    Mon May 27 10:29:31 UTC 2024
      147K bytes
      Cache
     
  7. NeighborhoodComponentsAnalysis — scikit-learn 1...

    X_test , y_train , y_test = train_test_split ( X ,...print ( knn . score ( X_test , y_test )) 0.933333... >>> knn ....
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.NeighborhoodComponentsAnalysis.html
    Mon May 27 10:29:31 UTC 2024
      148.8K bytes
      Cache
     
  8. SVC — scikit-learn 1.5.0 documentation

    n_features) or (n_samples_test, n_samples_train) For kernel=”precomputed”,...expected shape of X is (n_samples_test, n_samples_train). Returns :...
    scikit-learn.org/stable/modules/generated/sklearn.svm.SVC.html
    Mon May 27 10:29:28 UTC 2024
      184.5K bytes
      Cache
     
  9. fetch_20newsgroups — scikit-learn 1.5.0 documen...

    test’ for the test set, ‘all’ for both,...subfolders. subset {‘train’, ‘test’, ‘all’}, default=’train’ Select...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_20newsgroups.html
    Sat May 25 13:41:03 UTC 2024
      124.9K bytes
      Cache
     
  10. Probability Calibration for 3-class classificat...

    y [: 1000 ] X_test , y_test = X [ 1000 :], y [ 1000...log_loss ( y_test , clf_probs ) cal_score = log_loss ( y_test , cal_clf_probs...
    scikit-learn.org/stable/auto_examples/calibration/plot_calibration_multiclass.html
    Mon May 27 10:29:29 UTC 2024
      161.9K bytes
      Cache
     
Back to top