Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 141 - 150 of 834 for tests (0.09 sec)

  1. Ordinary Least Squares Example — scikit-learn 1...

    X_test , y_train , y_test = train_test_split ( X ,...] . scatter ( X_test , y_test , label = "Test data points" ) ax...
    scikit-learn.org/stable/auto_examples/linear_model/plot_ols.html
    Fri May 09 20:31:36 UTC 2025
      96.1K bytes
      Cache
     
  2. Post-tuning the decision threshold for cost-sen...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...model , X_test , y_test ), scoring [ "tpr" ]( model , X_test , y_test...
    scikit-learn.org/stable/auto_examples/model_selection/plot_cost_sensitive_learning.html
    Fri May 09 20:31:36 UTC 2025
      242.8K bytes
      Cache
     
  3. One-class SVM with non-linear kernel (RBF) — sc...

    size n_error_test = y_pred_test [ y_pred_test == - 1 ] . size...X_train ) y_pred_test = clf . predict ( X_test ) y_pred_outliers...
    scikit-learn.org/stable/auto_examples/svm/plot_oneclass.html
    Fri May 09 20:31:36 UTC 2025
      100.8K bytes
      Cache
     
  4. Introducing the set_output API — scikit-learn 1...

    X_test , y_train , y_test = train_test_split ( X ,...X_train ) X_test_scaled = scaler . transform ( X_test ) X_test_scaled...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_set_output.html
    Fri May 09 20:31:35 UTC 2025
      143.7K bytes
      Cache
     
  5. Developer’s Guide — scikit-learn 1.6.1 document...

    on GitHub Actions Testing and improving test coverage Monitoring...Numbers Numerical assertions in tests Developers’ Tips and Tricks...
    scikit-learn.org/stable/developers/index.html
    Thu May 08 11:40:27 UTC 2025
      38.2K bytes
      Cache
     
  6. Faces recognition example using eigenfaces and ...

    X_test , y_train , y_test = train_test_split ( X , y , test_size...set and a test and keep 25% of the data for testing. X_train ,...
    scikit-learn.org/stable/auto_examples/applications/plot_face_recognition.html
    Fri May 09 20:31:36 UTC 2025
      113K bytes
      Cache
     
  7. 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
    Wed Mar 12 16:26:33 UTC 2025
      21.9K bytes
      Cache
     
  8. DBFlute Example (サンプル) | DBFlute

    MySQL dbflute-test-dbms-mysql PostgreSQL dbflute-test-dbms-postgresql...Oracle dbflute-test-dbms-oracle DB2 dbflute-test-dbms-db2 SQLServer...
    dbflute.seasar.org/ja/manual/reference/example/index.html
    Mon Apr 28 16:40:32 UTC 2025
      15.2K bytes
      40 views
      Cache
     
  9. Face completion with a multi-output estimators ...

    randint ( test . shape [ 0 ], size = ( n_faces ,)) test = test [ face_ids...2 :] X_test = test [:, : ( n_pixels + 1 ) // 2 ] y_test = test...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_multioutput_face_completion.html
    Fri May 09 20:31:36 UTC 2025
      99.1K bytes
      Cache
     
  10. 3.1. Cross-validation: evaluating estimator per...

    available data as a test set X_test, y_test . Note that the word...X_train , X_test , y_train , y_test = train_test_split ( ......
    scikit-learn.org/stable/modules/cross_validation.html
    Fri May 09 20:31:36 UTC 2025
      158.6K bytes
      1 views
      Cache
     
Back to top