Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 31 - 40 of 2,629 for 2 (0.06 sec)

  1. 2.4. Biclustering — scikit-learn 1.5.2 document...

    2 ]) >>> data [ rows , columns ] array([[ 1, 2], [21,...as follows: \[A_n = R^{-1/2} A C^{-1/2}\] Where \(R\) is the diagonal...
    scikit-learn.org/stable/modules/biclustering.html
    2024-09-14 09:04
      51.4K bytes
      Cache
     
  2. GroupKFold — scikit-learn 1.5.2 documentation

    Fold 0: Train: index=[2 3], group=[2 2] Test: index=[0 1 4 5],...group=[0 0 3 3] Test: index=[2 3], group=[2 2] get_metadata_routing...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.GroupKFold.html
    2024-09-14 09:04
      124.9K bytes
      Cache
     
  3. 3.2. Tuning the hyper-parameters of an estimato...

    17 // 2 = 8 24 * 2 = 48 8 // 2 = 4 48 * 2 = 96 4 // 2 = 2 We can...(=n_candidates) 3 * 2 = 6 70 // 2 = 35 6 * 2 = 12 35 // 2 = 17 12 * 2 = 24 17...
    scikit-learn.org/stable/modules/grid_search.html
    2024-09-14 09:04
      130K bytes
      Cache
     
  4. ElasticNetCV — scikit-learn 1.5.2 documentation

    objective is: 1 / ( 2 * n_samples ) * || y - Xw ||^ 2_2 + alpha * l1_ratio...it is: 1 / ( 2 * n_samples ) * || y - Xw ||^ 2_2 + alpha * l1_ratio...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.ElasticNetCV.html
    2024-09-14 09:04
      164.7K bytes
      Cache
     
  5. PowerTransformer — scikit-learn 1.5.2 documenta...

    2 ], [ 3 , 2 ], [ 4 , 5 ]] >>> print...X < 0 and lambda_ != 2 : X = 1 - ( - ( 2 - lambda_ ) * X_trans...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.PowerTransformer.html
    2024-09-14 09:04
      135.5K bytes
      1 views
      Cache
     
  6. NMF — scikit-learn 1.5.2 documentation

    ||H||_{Fro}^2\end{aligned}\end{align} \] Where: \(||A||_{Fro}^2 = \sum_{i,j}...array ([[ 1 , 1 ], [ 2 , 1 ], [ 3 , 1.2 ], [ 4 , 1 ], [ 5 , 0.8...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.NMF.html
    2024-09-14 09:04
      144.8K bytes
      Cache
     
  7. DotProduct — scikit-learn 1.5.2 documentation

    \sigma_0^2)\) on the bias. The DotProduct...of the kernel. For \(\sigma_0^2 =0\) , the kernel is called the...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.DotProduct.html
    2024-09-14 09:04
      126.2K bytes
      Cache
     
  8. 1.2. Linear and Quadratic Discriminant Analysis...

    \frac{1}{(2\pi)^{d/2} |\Sigma_k|^{1/2}}\exp\left(-\frac{1}{2} (x-\mu_k)^t...naive_bayes.GaussianNB . 1.2.2.2. LDA # LDA is a special case...
    scikit-learn.org/stable/modules/lda_qda.html
    2024-09-14 09:04
      53.9K bytes
      Cache
     
  9. RandomizedSearchCV — scikit-learn 1.5.2 documen...

    2 0.84 … 3 ‘rbf’ 0.3 0.70 … 2 will be represented...verbose = 0 , pre_dispatch = '2*n_jobs' , random_state = None...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.RandomizedSearchCV.html
    2024-09-14 09:04
      169.2K bytes
      Cache
     
  10. 4.2. Permutation feature importance — scikit-le...

    2.2. Relation to impurity-based importance...Back to top Ctrl + K GitHub 4.2. Permutation feature importance...
    scikit-learn.org/stable/modules/permutation_importance.html
    2024-09-14 09:04
      56.6K bytes
      Cache
     
Back to top