Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 501 - 510 of 5,607 for * (1.38 sec)

  1. ExtraTreesClassifier scikit-learn 1.7.2 docum...

    from 10 to 100 in 0.22. criterion {gini, entropy, log_loss”},...provided. max_features {sqrt, log2, None}, int or float, default=”sqrt”...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.ExtraTreesClassifier.html
    Tue Sep 09 17:54:29 UTC 2025
      167.5K bytes
      Cache
     
  2. LassoLarsCV scikit-learn 1.7.2 documentation

    ]) array([-78.4831]) fit ( X , y , ** params ) [source] # Fit...is: ( 1 / ( 2 * n_samples )) * || y - Xw ||^ 2_2 + alpha * ||...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoLarsCV.html
    Tue Sep 09 17:54:28 UTC 2025
      145.6K bytes
      Cache
     
  3. enet_path scikit-learn 1.7.2 documentation

    true_coef array([ 0. , 0. , 0. , 97.9, 45.7]) >>> alphas , estimated_coef...sklearn.linear_model. enet_path ( X , y , * , l1_ratio = 0.5 , eps = 0.001 , n_alphas...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.enet_path.html
    Tue Sep 09 17:54:28 UTC 2025
      120K bytes
      Cache
     
  4. TSNE scikit-learn 1.7.2 documentation

    function. Added in version 1.1. init {random, pca} or ndarray...rate for t-SNE is usually in the range [10.0, 1000.0]. If the learning...
    scikit-learn.org/stable/modules/generated/sklearn.manifold.TSNE.html
    Tue Sep 09 17:54:28 UTC 2025
      142.6K bytes
      Cache
     
  5. PoissonRegressor scikit-learn 1.7.2 documenta...

    np.float64(0.990) >>> clf . coef_ array([0.121, 0.158]) >>> clf...], [ 3 , 4 ]]) array([10.676, 21.875]) fit ( X , y , sample_weight...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.PoissonRegressor.html
    Tue Sep 09 17:54:28 UTC 2025
      139.5K bytes
      Cache
     
  6. LocallyLinearEmbedding scikit-learn 1.7.2 doc...

    {‘standard, hessian, modified, ltsa}, default=standard standard...distances. eigen_solver {auto, arpack, dense}, default=auto’...
    scikit-learn.org/stable/modules/generated/sklearn.manifold.LocallyLinearEmbedding.html
    Tue Sep 09 17:54:31 UTC 2025
      136.8K bytes
      Cache
     
  7. BayesianRidge scikit-learn 1.7.2 documentation

    = 0.001 , alpha_1 = 1e-06 , alpha_2 = 1e-06 , lambda_1 = 1e-06...linear_model . BayesianRidge () >>> clf . fit ([[ 0 , 0 ], [ 1 , 1 ], [...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.BayesianRidge.html
    Tue Sep 09 17:54:31 UTC 2025
      149.6K bytes
      Cache
     
  8. KernelRidge scikit-learn 1.7.2 documentation

    = 1.0 ) >>> krr . fit ( X , y ) KernelRidge(alpha=1.0) fit ( X...sklearn.kernel_ridge. KernelRidge ( alpha = 1 , * , kernel = 'linear' , gamma...
    scikit-learn.org/stable/modules/generated/sklearn.kernel_ridge.KernelRidge.html
    Tue Sep 09 17:54:29 UTC 2025
      142.3K bytes
      Cache
     
  9. TheilSenRegressor scikit-learn 1.7.2 document...

    predict ( X [: 1 ,]) array([-31.5871]) fit ( X , y ) [source] # Fit...of squares ((y_true - y_pred)** 2).sum() and \(v\) is the total...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.TheilSenRegressor.html
    Tue Sep 09 17:54:32 UTC 2025
      135.5K bytes
      1 views
      Cache
     
  10. load_wine scikit-learn 1.7.2 documentation

    ( data . target_names ) [np.str_('class_0'), np.str_('class_1'),...https://archive.ics.uci.edu/ml/machine-learning-databases/wine/wine.data...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.load_wine.html
    Tue Sep 09 17:54:29 UTC 2025
      112.5K bytes
      Cache
     
Back to top