Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 101 - 110 of 3,416 for 1 (0.07 sec)

  1. GroupKFold — scikit-learn 1.5.2 documentation

    index=[0 1 4 5], group=[0 0 3 3] Fold 1: Train: index=[0 1 4 5],...scikit-learn 1.4 Release Highlights for scikit-learn 1.4 Visualizing...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.GroupKFold.html
    Wed Oct 30 20:01:23 UTC 2024
      124.7K bytes
      Cache
     
  2. RFECV — scikit-learn 1.5.2 documentation

    ranking_ array([1, 1, 1, 1, 1, 6, 4, 3, 2, 5]) property...estimator , * , step = 1 , min_features_to_select = 1 , cv = None , scoring...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.RFECV.html
    Wed Oct 30 20:01:21 UTC 2024
      158K bytes
      Cache
     
  3. KernelPCA — scikit-learn 1.5.2 documentation

    coef0 = 1 , kernel_params = None , alpha = 1.0 , fit_inverse_transform...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.KernelPCA.html
    Wed Oct 30 20:01:23 UTC 2024
      146.5K bytes
      Cache
     
  4. LinearDiscriminantAnalysis — scikit-learn 1.5.2...

    ([[ - 1 , - 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2...2 , 1 ], [ 3 , 2 ]]) >>> y = np . array ([ 1 , 1 , 1 , 2 , 2...
    scikit-learn.org/stable/modules/generated/sklearn.discriminant_analysis.LinearDiscriminantAnalysi...
    Wed Oct 30 20:01:21 UTC 2024
      153.8K bytes
      Cache
     
  5. Hyperparameter — scikit-learn 1.5.2 documentation

    n_elements = 1 , fixed = None ) [source] # A...the parameter. If n_elements>1, a pair of 1d array with n_elements...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.Hyperparameter.html
    Wed Oct 30 20:01:21 UTC 2024
      115.4K bytes
      Cache
     
  6. TSNE — scikit-learn 1.5.2 documentation

    1 , 1 ], [ 1 , 0 , 1 ], [ 1 , 1 , 1 ]]) >>> X_embedded...metric function. Added in version 1.1. init {“random”, “pca”} or ndarray...
    scikit-learn.org/stable/modules/generated/sklearn.manifold.TSNE.html
    Wed Oct 30 20:01:21 UTC 2024
      142.3K bytes
      Cache
     
  7. PassiveAggressiveClassifier — scikit-learn 1.5....

    default=1.0 Maximum step size (regularization). Defaults to 1.0. fit_intercept...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.PassiveAggressiveClassifier.html
    Wed Oct 30 20:01:23 UTC 2024
      158.6K bytes
      Cache
     
  8. SpectralClustering — scikit-learn 1.5.2 documen...

    array ([[ 1 , 1 ], [ 2 , 1 ], [ 1 , 0 ], ... [ 4 , 7...clustering . labels_ array([1, 1, 1, 0, 0, 0]) >>> clustering ...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.SpectralClustering.html
    Wed Oct 30 20:01:21 UTC 2024
      137.1K bytes
      Cache
     
  9. MiniBatchNMF — scikit-learn 1.5.2 documentation

    array ([[ 1 , 1 ], [ 2 , 1 ], [ 3 , 1.2 ], [ 4 , 1 ], [ 5 , 0.8...scikit-learn 1.1 Release Highlights for scikit-learn 1.1 Topic extraction...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.MiniBatchNMF.html
    Wed Oct 30 20:01:21 UTC 2024
      148.1K bytes
      Cache
     
  10. GaussianMixture — scikit-learn 1.5.2 documentation

    array ([[ 1 , 2 ], [ 1 , 4 ], [ 1 , 0 ], [ 10 , 2 ],...GaussianMixture ( n_components = 1 , * , covariance_type = 'full'...
    scikit-learn.org/stable/modules/generated/sklearn.mixture.GaussianMixture.html
    Wed Oct 30 20:01:21 UTC 2024
      149.4K bytes
      Cache
     
Back to top