Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 941 - 950 of 2,960 for 1 (0.8 sec)

  1. Inductive Clustering — scikit-learn 1.6.1 docum...

    cluster_std = [ 1.0 , 1.0 , 0.5 ], centers = [( - 5.... scatter ( X [:, 0 ], X [:, 1 ], c = color , alpha = alpha ,...
    scikit-learn.org/stable/auto_examples/cluster/plot_inductive_clustering.html
    Mon Apr 21 17:07:39 UTC 2025
      101.6K bytes
      Cache
     
  2. 3.1. Cross-validation: evaluating estimator per...

    3] [0 1] [1 3] [0 2] [1 2] [0 3] [0 3] [1 2] [0 2] [1 3] [0 1]...>>> y = [ 1 , 1 , 1 , 2 , 2 , 2 ] >>> groups = [ 1 , 1 , 2 , 2...
    scikit-learn.org/stable/modules/cross_validation.html
    Mon Apr 21 17:07:39 UTC 2025
      158.6K bytes
      1 views
      Cache
     
  3. EmpiricalCovariance — scikit-learn 1.6.1 docume...

    Added in version 1.0. See also EllipticEnvelope An...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.EmpiricalCovariance.html
    Mon Apr 21 17:07:39 UTC 2025
      131.6K bytes
      Cache
     
  4. Ability of Gaussian process regression (GPR) to...

    reshape ( - 1 , 1 ) y = target_generator ( X ,..., size = 20 ) . reshape ( - 1 , 1 ) y_train = target_generator...
    scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpr_noisy.html
    Mon Apr 21 17:07:39 UTC 2025
      132.8K bytes
      Cache
     
  5. root_mean_squared_log_error — scikit-learn 1.6....

    Added in version 1.4. Parameters : y_true array-like...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.root_mean_squared_log_error.html
    Mon Apr 21 17:07:39 UTC 2025
      108.2K bytes
      Cache
     
  6. Permutation Importance vs Random Forest Feature...

    unknown_value =- 1 , encoded_missing_value =- 1 ) numerical_pipe...Forests”, Machine Learning, 45(1), 5-32, 2001. # Authors: The scikit-learn...
    scikit-learn.org/stable/auto_examples/inspection/plot_permutation_importance.html
    Mon Apr 21 17:07:39 UTC 2025
      159.9K bytes
      Cache
     
  7. Iso-probability lines for Gaussian Processes cl...

    1 , ( 1e-5 , np . inf )) * DotProduct ( sigma_0 = 0.1 ) **...( 0 , 1 ) plt . plot ( X [ y <= 0 , 0 ], X [ y <= 0 , 1 ], "r."...
    scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpc_isoprobability.html
    Mon Apr 21 17:07:38 UTC 2025
      105.8K bytes
      Cache
     
  8. Normal, Ledoit-Wolf and OAS Linear Discriminant...

    n_features_range = range ( 1 , n_features_max + 1 , step ) for n_features...n_samples = n_samples , n_features = 1 , centers = [[ - 2 ], [ 2 ]])...
    scikit-learn.org/stable/auto_examples/classification/plot_lda.html
    Mon Apr 21 17:07:39 UTC 2025
      99.5K bytes
      Cache
     
  9. Related Projects — scikit-learn 1.6.1 documenta...

    As of scikit-learn version 1.3.0, there is HDBSCAN . Pre-processing...encoders. As of scikit-learn version 1.3.0, there is TargetEncoder ....
    scikit-learn.org/stable/related_projects.html
    Mon Apr 21 17:07:39 UTC 2025
      42.4K bytes
      Cache
     
  10. Post-hoc tuning the cut-off point of decision f...

    boxplot ( ax = ax [ 1 ]) ax [ 1 ] . set_title ( "Tuned model"...scikit-learn 1.5 Release Highlights for scikit-learn 1.5 Effect of...
    scikit-learn.org/stable/auto_examples/model_selection/plot_tuned_decision_threshold.html
    Mon Apr 21 17:07:39 UTC 2025
      124.8K bytes
      Cache
     
Back to top