Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 321 - 340 of 1,129 for test (0.17 sec)

  1. 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
    Fri May 31 14:06:06 UTC 2024
      125.1K bytes
      Cache
     
  2. Developers’ Tips and Tricks — scikit-learn 1.6....

    sklearn/linear_model/tests/test_logistic.py::test_sparsify or use...instance,: pytest sklearn/tests/test_common.py -v -k LogisticRegression...
    scikit-learn.org/dev/developers/tips.html
    Fri May 31 14:06:05 UTC 2024
      47.6K bytes
      Cache
     
  3. Permutation Importance vs Random Forest Feature...

    X_test , y_train , y_test = train_test_split ( X ,...( f "RF test accuracy: { rf . score ( X_test , y_test ) : .3f...
    scikit-learn.org/stable/auto_examples/inspection/plot_permutation_importance.html
    Fri May 31 14:06:04 UTC 2024
      156.7K bytes
      Cache
     
  4. 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
    Fri May 31 14:06:06 UTC 2024
      117.8K bytes
      Cache
     
  5. 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 31 14:06:05 UTC 2024
      118.3K bytes
      Cache
      Similar Results (1)
     
  6. CalibrationDisplay — scikit-learn 1.5.0 documen...

    X_test , y_train , y_test = train_test_split ( ......X_train , X_test , y_train , y_test = train_test_split ( ......
    scikit-learn.org/stable/modules/generated/sklearn.calibration.CalibrationDisplay.html
    Fri May 31 14:06:04 UTC 2024
      145.4K bytes
      Cache
     
  7. Plotting Learning Curves and Checking Models’ S...

    [ test_scores_nb , test_scores_svm ], [ naive_bayes...axis = 1 ), test_scores . mean ( axis = 1 ) - test_scores . std...
    scikit-learn.org/stable/auto_examples/model_selection/plot_learning_curve.html
    Fri May 31 14:06:06 UTC 2024
      110.8K bytes
      1 views
      Cache
     
  8. f_regression — scikit-learn 1.5.0 documentation

    Comparison of F-test and mutual information Comparison of F-test and mutual...Univariate linear regression tests returning F-statistic and p-values....
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.f_regression.html
    Fri May 31 14:06:07 UTC 2024
      124.2K bytes
      Cache
     
  9. PrecisionRecallDisplay — scikit-learn 1.5.0 doc...

    X_test , y_train , y_test = train_test_split ( X ,...X_train , X_test , y_train , y_test = train_test_split ( ......
    scikit-learn.org/stable/modules/generated/sklearn.metrics.PrecisionRecallDisplay.html
    Fri May 31 14:06:07 UTC 2024
      153.3K bytes
      Cache
     
  10. Successive Halving Iterations — scikit-learn 1....

    The best candidate is the candidate that has the best score..."params_str" , values = "mean_test_score" ) ax = mean_scores ....
    scikit-learn.org/stable/auto_examples/model_selection/plot_successive_halving_iterations.html
    Fri May 31 14:06:06 UTC 2024
      111K bytes
      Cache
     
  11. LarsCV — scikit-learn 1.5.0 documentation

    test) splits as arrays of indices....shape (n_samples, n_features) Test samples. For some estimators...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LarsCV.html
    Fri May 31 14:06:07 UTC 2024
      148.1K bytes
      Cache
     
  12. Importance of Feature Scaling — scikit-learn 1....

    X_test , y_train , y_test = train_test_split ( X ,...( X_test ) y_pred_scaled = scaled_clf . predict ( X_test ) y_proba...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_scaling_importance.html
    Fri May 31 14:06:06 UTC 2024
      121.8K bytes
      Cache
     
  13. Restricted Boltzmann Machine features for digit...

    X_test , Y_train , Y_test = train_test_split ( X ,...sklearn.model_selection import train_test_split from sklearn.preprocessing...
    scikit-learn.org/stable/auto_examples/neural_networks/plot_rbm_logistic_classification.html
    Fri May 31 14:06:06 UTC 2024
      122.6K bytes
      Cache
     
  14. 1.6. Nearest Neighbors — scikit-learn 1.5.0 doc...

    X_test , y_train , y_test = train_test_split ( X ,...( nca_pipe . score ( X_test , y_test )) 0.96190476... The plot...
    scikit-learn.org/stable/modules/neighbors.html
    Fri May 31 14:06:07 UTC 2024
      128.4K bytes
      Cache
     
  15. ExtraTreeRegressor — scikit-learn 1.5.0 documen...

    X_test , y_train , y_test = train_test_split ( ......y_train ) >>> reg . score ( X_test , y_test ) 0.33... apply ( X , check_input...
    scikit-learn.org/stable/modules/generated/sklearn.tree.ExtraTreeRegressor.html
    Fri May 31 14:06:07 UTC 2024
      175.3K bytes
      Cache
     
  16. 1.13. Feature selection — scikit-learn 1.5.0 do...

    the best features based on univariate statistical tests. It can...we can use a F-test to retrieve the two best features for a dataset...
    scikit-learn.org/stable/modules/feature_selection.html
    Fri May 31 14:06:07 UTC 2024
      78.4K bytes
      Cache
     
  17. Detection error tradeoff (DET) curve — scikit-l...

    X_test , y_train , y_test = train_test_split ( X ,...from_estimator ( clf , X_test , y_test , ax = ax_roc , name = name...
    scikit-learn.org/stable/auto_examples/model_selection/plot_det.html
    Fri May 31 14:06:04 UTC 2024
      96.2K bytes
      Cache
     
  18. 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 31 14:06:07 UTC 2024
      165K bytes
      Cache
     
  19. Glossary of Common Terms and API Elements — sci...

    common tests # This refers to the tests run on almost...(train_idx, test_idx) pairs. Each of {train,test}_idx is a 1d...
    scikit-learn.org/dev/glossary.html
    Fri May 31 14:06:06 UTC 2024
      214.2K bytes
      Cache
      Similar Results (1)
     
  20. Elastic PostgreSQL connector reference | Enterp...

    Connector testing for more details. To perform E2E testing for the...command: $ make ftest NAME=postgresql For faster tests, add the DATA_SIZE=small...
    www.elastic.co/guide/en/enterprise-search/current/connectors-postgresql.html
    Wed May 29 12:24:55 UTC 2024
      59.8K bytes
      Cache
     
Back to top