Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 781 - 790 of 2,291 for 2 (0.13 sec)

  1. smacof — scikit-learn 1.7.0 documentation

    2 ], [ 1 , 0 , 3 ], [ 2 , 3 , 0 ]]) >>> dissimilarities...metric = True , n_components = 2 , init = None , n_init = 'warn'...
    scikit-learn.org/stable/modules/generated/sklearn.manifold.smacof.html
    Fri Jun 06 09:13:47 UTC 2025
      117.1K bytes
      Cache
     
  2. MDS — scikit-learn 1.7.0 documentation

    MDS ( n_components = 2 , * , metric = True , n_init =...Parameters : n_components int, default=2 Number of dimensions in which...
    scikit-learn.org/stable/modules/generated/sklearn.manifold.MDS.html
    Fri Jun 06 09:13:47 UTC 2025
      136.9K bytes
      Cache
     
  3. Decision Tree Regression with AdaBoost — scikit...

    linewidth = 2 ) plt . plot ( X , y_2 , color = colors [ 2 ], label...regr_2 . fit ( X , y ) y_1 = regr_1 . predict ( X ) y_2 = regr_2...
    scikit-learn.org/stable/auto_examples/ensemble/plot_adaboost_regression.html
    Fri Jun 06 09:13:47 UTC 2025
      96K bytes
      Cache
     
  4. inplace_swap_column — scikit-learn 1.7.0 docume...

    2 , 3 , 3 , 3 ]) >>> indices = np . array ([ 0 , 2 , 2 ])...>>> data = np . array ([ 8 , 2 , 5 ]) >>> csr = sparse . csr_matrix...
    scikit-learn.org/stable/modules/generated/sklearn.utils.sparsefuncs.inplace_swap_column.html
    Fri Jun 06 09:13:46 UTC 2025
      108K bytes
      Cache
     
  5. Elastic Installation and Upgrade Guide [8.17] |...

    2 7.1 7.0 6.8 6.7 6.6 6.5 6.4 6.3 6.2 6.1 6.0 5.6...8.9 8.8 8.7 8.6 8.5 8.4 8.3 8.2 8.1 8.0 7.17 7.16 7.15 7.14 7.13...
    www.elastic.co/guide/en/elastic-stack/8.17/index.html
    Tue Jun 03 15:09:18 UTC 2025
      12.8K bytes
      Cache
     
  6. RegressorChain — scikit-learn 1.7.0 documentation

    2 ], [ 1 , 1 ], [ 2 , 0 ]] >>> chain = RegressorChain...predict ( X ) array([[0., 2.], [1., 1.], [2., 0.]]) fit ( X , Y ,...
    scikit-learn.org/stable/modules/generated/sklearn.multioutput.RegressorChain.html
    Fri Jun 06 09:13:47 UTC 2025
      133.9K bytes
      Cache
     
  7. 7.4. Imputation of missing values — scikit-lear...

    2. Univariate feature imputation...'mean' ) >>> imp . fit ([[ 1 , 2 ], [ np . nan , 3 ], [ 7 , 6 ]])...
    scikit-learn.org/stable/modules/impute.html
    Fri Jun 06 09:13:47 UTC 2025
      84.4K bytes
      Cache
     
  8. HistGradientBoostingRegressor — scikit-learn 1....

    float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...scikit-learn 1.2 Release Highlights for scikit-learn 1.2 Release Highlights...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.HistGradientBoostingRegressor.html
    Fri Jun 06 09:13:47 UTC 2025
      178K bytes
      Cache
     
  9. lars_path — scikit-learn 1.7.0 documentation

    is: ( 1 / ( 2 * n_samples )) * || y - Xw ||^ 2_2 + alpha * ||...copy_X = True , eps = np.float64(2.220446049250313e-16) , copy_Gram...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.lars_path.html
    Fri Jun 06 09:13:47 UTC 2025
      120.5K bytes
      Cache
     
  10. Ledoit-Wolf vs OAS estimation — scikit-learn 1....

    subplot ( 2 , 1 , 2 ) plt . errorbar ( n_samples_range...shrinkage_ # plot MSE plt . subplot ( 2 , 1 , 1 ) plt . errorbar ( n_samples_range...
    scikit-learn.org/stable/auto_examples/covariance/plot_lw_vs_oas.html
    Fri Jun 06 09:13:47 UTC 2025
      103.2K bytes
      Cache
     
Back to top