Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 361 - 380 of 913 for test (0.15 sec)

  1. Non-negative least squares — scikit-learn 1.4.2...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...train_test_split ( X , y , test_size = 0.5 ) Fit the Non-Negative...
    scikit-learn.org/stable/auto_examples/linear_model/plot_nnls.html
    Fri Apr 26 16:41:51 UTC 2024
      30.6K bytes
      Cache
     
  2. Feature discretization — scikit-learn 1.4.2 doc...

    training and test part X_train , X_test , y_train , y_test = train_test_split...and testing points ax . scatter ( X_test [:, 0 ], X_test [:,...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_discretization_classification.html
    Fri Apr 26 16:41:50 UTC 2024
      65.4K bytes
      Cache
     
  3. sklearn.linear_model.LarsCV — scikit-learn 1.4....

    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 Apr 26 16:41:50 UTC 2024
      54.2K bytes
      Cache
     
  4. Normal, Ledoit-Wolf and OAS Linear Discriminant...

    for training n_test = 200 # samples for testing n_averages = 50...) X , y = generate_data ( n_test , n_features ) score_clf1 +=...
    scikit-learn.org/stable/auto_examples/classification/plot_lda.html
    Fri Apr 26 16:41:50 UTC 2024
      36K bytes
      Cache
     
  5. Comparison of Calibration of Classifiers — scik...

    X_test , y_train , y_test = train_test_split ( X ,...from_estimator ( clf , X_test , y_test , n_bins = 10 , name = name...
    scikit-learn.org/stable/auto_examples/calibration/plot_compare_calibration.html
    Fri Apr 26 16:41:48 UTC 2024
      52.4K bytes
      Cache
     
  6. Utilities for Developers — scikit-learn 1.4.2 d...

    Sparse Matrices Graph Routines Testing Functions Multiclass and multilabel...repeatability issues in unit tests. Instead, a numpy.random.RandomState...
    scikit-learn.org/stable/developers/utilities.html
    Fri Apr 26 16:41:51 UTC 2024
      41.4K bytes
      Cache
     
  7. Scalable learning with polynomial kernel approx...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...train_test_split ( X , y , train_size = 5_000 , test_size = 10_000...
    scikit-learn.org/stable/auto_examples/kernel_approximation/plot_scalable_poly_kernels.html
    Fri Apr 26 16:41:50 UTC 2024
      52K bytes
      Cache
     
  8. sklearn.model_selection.check_cv — scikit-learn...

    test) splits as arrays of indices....cross-validator which generates the train/test splits via the split method....
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.check_cv.html
    Fri Apr 26 16:41:50 UTC 2024
      18.3K bytes
      Cache
     
  9. 6.4. Imputation of missing values — scikit-lear...

    X_test , y_train , _ = train_test_split ( X , y , test_size...SimpleImputer(missing_values=-1) >>> X_test = sp . csc_matrix ([[ - 1 ,...
    scikit-learn.org/stable/modules/impute.html
    Fri Apr 26 16:41:48 UTC 2024
      65.5K 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
    Fri Apr 26 16:41:51 UTC 2024
      99.5K bytes
      Cache
     
  11. 7.2. Real world datasets — scikit-learn 1.4.2 d...

    newsgroups_test = fetch_20newsgroups ( subset = 'test' , ... categories...vectors_test = vectorizer . transform ( newsgroups_test . data...
    scikit-learn.org/stable/datasets/real_world.html
    Fri Apr 26 16:41:50 UTC 2024
      80.9K bytes
      Cache
     
  12. OLX delivers trusted trading platforms with Ela...

    initial testing within their AWS account, and the tests proved...downloading the Elastic Stack and testing the functionality of Elastic’s...
    www.elastic.co/customers/olx-delivers-trusted-trading-platforms-with-elastic-cloud-on-aws
    Sat Apr 27 00:38:55 UTC 2024
      392.1K bytes
      Cache
     
  13. Multi-output Decision Tree Regression — scikit-...

    predict ( X_test ) y_2 = regr_2 . predict ( X_test ) y_3 = regr_3.... fit ( X , y ) # Predict X_test = np . arange ( - 100.0 , 100.0...
    scikit-learn.org/stable/auto_examples/tree/plot_tree_regression_multioutput.html
    Fri Apr 26 16:41:50 UTC 2024
      33.8K bytes
      Cache
     
  14. 4.2. Permutation feature importance — scikit-le...

    model_selection import train_test_split >>> from sklearn.linear_model...X_val , y_train , y_val = train_test_split ( ... diabetes . data...
    scikit-learn.org/stable/modules/permutation_importance.html
    Fri Apr 26 16:41:48 UTC 2024
      37.7K bytes
      Cache
     
  15. Getting Started — scikit-learn 1.4.2 documentation

    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/getting_started.html
    Fri Apr 26 16:41:48 UTC 2024
      40K bytes
      Cache
     
  16. Permutation Importance with Multicollinear or C...

    X_test , y_train , y_test = train_test_split ( X ,...accuracy on test data: { clf . score ( X_test , y_test ) : .2 }...
    scikit-learn.org/stable/auto_examples/inspection/plot_permutation_importance_multicollinear.html
    Fri Apr 26 16:41:48 UTC 2024
      52.1K bytes
      Cache
     
  17. sklearn.metrics.ConfusionMatrixDisplay — scikit...

    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.ConfusionMatrixDisplay.html
    Fri Apr 26 16:41:50 UTC 2024
      58.9K bytes
      Cache
     
  18. 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 Apr 26 16:41:51 UTC 2024
      61.8K bytes
      Cache
     
  19. Logistic function — scikit-learn 1.4.2 document...

    plot ( X_test , ols . coef_ * X_test + ols . intercept_...= "black" , zorder = 20 ) X_test = np . linspace ( - 5 , 10 ,...
    scikit-learn.org/stable/auto_examples/linear_model/plot_logistic.html
    Fri Apr 26 16:41:48 UTC 2024
      32.7K bytes
      Cache
     
  20. sklearn.preprocessing.scale — scikit-learn 1.4....

    splitting into training and test sets. This will bias the model...information would have leaked from the test set to the training set. In...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.scale.html
    Fri Apr 26 16:41:48 UTC 2024
      21.2K bytes
      Cache
     
Back to top