Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1381 - 1390 of 2,141 for text (0.11 sec)

  1. RepeatedKFold — scikit-learn 1.5.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
    Sat Nov 23 04:49:15 UTC 2024
      118.3K bytes
      Cache
     
  2. IsolationForest example — scikit-learn 1.5.2 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
    Sat Nov 23 04:49:15 UTC 2024
      114.9K bytes
      Cache
     
  3. OpenTelemetry Bridge | APM .NET Agent Reference...

    var src = new ActivitySource("Test"); using var activity1 = sr...var src = new ActivitySource("Test"); tracer.CaptureTransaction(...
    www.elastic.co/guide/en/apm/agent/dotnet/current/opentelemetry-bridge.html
    Tue Aug 27 23:14:16 UTC 2024
      21.6K bytes
      Cache
     
  4. MLPRegressor — scikit-learn 1.5.2 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
    Sat Nov 23 04:49:16 UTC 2024
      149.5K bytes
      Cache
     
  5. One-Class SVM versus One-Class SVM using Stocha...

    size n_error_test = y_pred_test [ y_pred_test == - 1 ] . size...size n_error_test_sgd = y_pred_test_sgd [ y_pred_test_sgd == - 1...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sgdocsvm_vs_ocsvm.html
    Sat Nov 23 04:49:16 UTC 2024
      117.7K bytes
      1 views
      Cache
     
  6. RepeatedStratifiedKFold — scikit-learn 1.5.2 do...

    print ( f " Test: index= { test_index } " ) ... Fold...index=[1 2] Test: index=[0 3] Fold 1: Train: index=[0 3] Test: index=[1...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.RepeatedStratifiedKFold.html
    Sat Nov 23 04:49:16 UTC 2024
      119.6K bytes
      Cache
     
  7. GroupKFold — scikit-learn 1.5.2 documentation

    f " Test: index= { test_index } , group= { groups [ test_index...indices for that split. test ndarray The testing set indices for that...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.GroupKFold.html
    Sat Nov 23 04:49:16 UTC 2024
      124.7K bytes
      Cache
     
  8. Effect of transforming the targets in regressio...

    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/compose/plot_transformed_target.html
    Sat Nov 23 04:49:15 UTC 2024
      120.6K bytes
      Cache
     
  9. class_likelihood_ratios — scikit-learn 1.5.2 do...

    obtain post-test probabilities given a pre-test probability....classifier being a diagnostic test; the pre-test probability of an individual...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.class_likelihood_ratios.html
    Sat Nov 23 04:49:16 UTC 2024
      118K bytes
      Cache
     
  10. Visualization of MLP weights on MNIST — scikit-...

    partition and test partition X_train , X_test , y_train , y_test = train_test_split...print ( "Test set score: %f " % mlp . score ( X_test , y_test )) fig...
    scikit-learn.org/stable/auto_examples/neural_networks/plot_mnist_filters.html
    Sat Nov 23 04:49:16 UTC 2024
      89.2K bytes
      Cache
     
Back to top