Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 3541 - 3550 of 4,759 for * (0.33 sec)

  1. EstimatorCheckFailedWarning scikit-learn 1.7....

    sklearn.exceptions. EstimatorCheckFailed ( * , estimator , check_name...check_name : str , exception : Exception , status : str , expected_to_fail...
    scikit-learn.org/stable/modules/generated/sklearn.exceptions.EstimatorCheckFailedWarning.html
    Sat Aug 02 00:15:35 UTC 2025
      106.9K bytes
      Cache
     
  2. Visualizing the probabilistic predictions of a ...

    . scatter ( X [ "Feature #0" ], X [ "Feature #1" ], c = y , **...model" , clf1 ), ( "periodic splines model" , clf2 ), ( "nystroem...
    scikit-learn.org/stable/auto_examples/ensemble/plot_voting_decision_regions.html
    Sat Aug 02 00:15:37 UTC 2025
      175.2K bytes
      Cache
     
  3. Adjustment for chance in clustering performance...

    . rand_score ), ( "ARI" , metrics . adjusted_rand_score ), (...( "MI" , metrics . mutual_info_score ), ( "NMI" , metrics . n...
    scikit-learn.org/stable/auto_examples/cluster/plot_adjusted_for_chance_measures.html
    Sat Aug 02 00:15:37 UTC 2025
      162.8K bytes
      Cache
     
  4. Principal Component Regression vs Partial Least...

    } " , ) plt . gca () . set ( aspect = "equal" , title = "2-dimensional...scatter ( X [:, 0 ], X [:, 1 ], alpha = 0.3 , label = "samples" ) for...
    scikit-learn.org/stable/auto_examples/cross_decomposition/plot_pcr_vs_pls.html
    Sat Aug 02 00:15:37 UTC 2025
      112.9K bytes
      Cache
     
  5. GMM covariances scikit-learn 1.7.1 documentation

    bottom = 0.01 , top = 0.95 , hspace = 0.15 , wspace = 0.05 , left...v = 2.0 * np . sqrt ( 2.0 ) * np . sqrt ( v ) ell = mpl . patches...
    scikit-learn.org/stable/auto_examples/mixture/plot_gmm_covariances.html
    Sat Aug 02 00:15:35 UTC 2025
      108.4K bytes
      Cache
     
  6. L1 Penalty and Sparsity in Logistic Regression ...

    enumerate ( zip (( 1 , 0.1 , 0.01 ), axes )): # Increase tolerance...LogisticRegression ( C = C , penalty = "l1" , tol = 0.01 , solver = "saga"...
    scikit-learn.org/stable/auto_examples/linear_model/plot_logistic_l1_l2_sparsity.html
    Sat Aug 02 00:15:35 UTC 2025
      99.5K bytes
      Cache
     
  7. Joint feature selection with multi-task Lasso ...

    center" ) plt . axis ( "tight" ) plt . ylim ([ - 1.1 , 1.1 ]) plt...Task)" ) plt . text ( 10 , 5 , "Lasso" ) plt . subplot ( 1 , 2...
    scikit-learn.org/stable/auto_examples/linear_model/plot_multi_task_lasso_support.html
    Sat Aug 02 00:15:37 UTC 2025
      99.6K bytes
      Cache
     
  8. Logistic function scikit-learn 1.7.1 document...

    range ( - 5 , 10 )) plt . yticks ([ 0 , 0.5 , 1 ]) plt . ylim ( -...- 0.25 , 1.25 ) plt . xlim ( - 4 , 10 ) plt . legend ( loc = "lower...
    scikit-learn.org/stable/auto_examples/linear_model/plot_logistic.html
    Sat Aug 02 00:15:37 UTC 2025
      95K bytes
      Cache
     
  9. Incremental PCA scikit-learn 1.7.1 documentation

    scatterpoints = 1 ) plt . axis ([ - 4 , 4 , - 1.5 , 1.5 ]) plt . show ()...X_ipca , "Incremental PCA" ), ( X_pca , "PCA" )]: plt . figure ( figsize...
    scikit-learn.org/stable/auto_examples/decomposition/plot_incremental_pca.html
    Sat Aug 02 00:15:37 UTC 2025
      91.5K bytes
      Cache
     
  10. Gaussian Process for Machine Learning scikit-...

    module. Ability of Gaussian process regression (GPR) to estimate...noise-level Ability of Gaussian process regression (GPR) to estimate...
    scikit-learn.org/stable/auto_examples/gaussian_process/index.html
    Sat Aug 02 00:15:37 UTC 2025
      80.1K bytes
      Cache
     
Back to top