Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 961 - 970 of 1,835 for text (0.3 sec)

  1. Barton Springs - Wikipedia

    Austin Texas Archive War Timeline Treaty Oak Waterloo, Texas Education...schools Texas School for the Blind and Visually Impaired Texas School...
    en.wikipedia.org/wiki/Barton_Springs
    Fri Jun 20 19:37:02 UTC 2025
      148.2K bytes
      Cache
     
  2. Probability calibration of classifiers — scikit...

    y_test , sw_train , sw_test = train_test_split ( X , y , sample_weight...split train, test for calibration X_train , X_test , y_train ,...
    scikit-learn.org/stable/auto_examples/calibration/plot_calibration.html
    Wed Jul 02 18:21:48 UTC 2025
      109.3K bytes
      Cache
     
  3. 10. Model persistence — scikit-learn 1.7.0 docu...

    the next question is: Do you absolutely...sess . run ( None , { "X" : X_test . astype ( numpy . float32 )})[...
    scikit-learn.org/stable/model_persistence.html
    Wed Jul 02 18:21:48 UTC 2025
      77.2K bytes
      Cache
     
  4. Comparing random forests and the multi-output m...

    X_test , y_train , y_test = train_test_split ( X ,...predict ( X_test ) y_rf = regr_rf . predict ( X_test ) # Plot the...
    scikit-learn.org/stable/auto_examples/ensemble/plot_random_forest_regression_multioutput.html
    Wed Jul 02 18:21:48 UTC 2025
      98.6K bytes
      Cache
     
  5. Early stopping of Stochastic Gradient Descent —...

    y_train ) test_score = estimator . score ( X_test , y_test ) return...X_train , X_test , y_train , y_test = train_test_split ( X ,...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_early_stopping.html
    Wed Jul 02 18:21:48 UTC 2025
      107.6K bytes
      Cache
     
  6. LeaveOneGroupOut — scikit-learn 1.7.0 documenta...

    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.LeaveOneGroupOut.html
    Wed Jul 02 18:21:48 UTC 2025
      122.3K bytes
      Cache
     
  7. DummyClassifier — scikit-learn 1.7.0 documentation

    n_features) Test samples. Passing None as test samples gives...# Perform classification on test vectors X. Parameters : X array-like...
    scikit-learn.org/stable/modules/generated/sklearn.dummy.DummyClassifier.html
    Wed Jul 02 18:21:48 UTC 2025
      143K bytes
      Cache
     
  8. Overview of multiclass training meta-estimators...

    "DecisionTreeClassifi" : cv_results_tree [ "test_score" ], "OneVsOneClassifier"..."OneVsOneClassifier" : cv_results_ovo [ "test_score" ], "OneVsRestClassifier"...
    scikit-learn.org/stable/auto_examples/multiclass/plot_multiclass_overview.html
    Wed Jul 02 18:21:48 UTC 2025
      114.3K bytes
      Cache
     
  9. Partial Dependence and Individual Conditional E...

    ( f "Test R2 score: { mlp_model . score ( X_test , y_test ) :...f "Test R2 score: { hgbdt_model . score ( X_test , y_test ) :...
    scikit-learn.org/stable/auto_examples/inspection/plot_partial_dependence.html
    Wed Jul 02 18:21:48 UTC 2025
      228.7K bytes
      Cache
     
  10. RepeatedKFold — scikit-learn 1.7.0 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
    Wed Jul 02 18:21:48 UTC 2025
      119.4K bytes
      Cache
     
Back to top