Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 151 - 160 of 3,230 for 1 (0.25 sec)

  1. PredefinedSplit — scikit-learn 1.7.1 documentation

    1 , 1 ]) >>> test_fold = [ 0 , 1 , - 1 , 1 ] >>> ps...PredefinedSplit(test_fold=array([ 0, 1, -1, 1])) >>> for i , ( train_index...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.PredefinedSplit.html
    Sat Aug 02 00:15:38 UTC 2025
      115.7K bytes
      Cache
     
  2. MDS — scikit-learn 1.7.1 documentation

    n_init will change from 4 to 1 in version 1.9. max_iter int, default=300...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.manifold.MDS.html
    Sat Aug 02 00:15:38 UTC 2025
      136.7K bytes
      Cache
     
  3. AdaBoostClassifier — scikit-learn 1.7.1 documen...

    initialized with max_depth=1 . Added in version 1.2: base_estimator was...the range [1, inf) . learning_rate float, default=1.0 Weight applied...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.AdaBoostClassifier.html
    Sat Aug 02 00:15:38 UTC 2025
      157.8K bytes
      Cache
     
  4. KDTree — scikit-learn 1.7.1 documentation

    query ( X [: 1 ], k = 3 ) >>> print ( ind ) #...indices of 3 closest neighbors [0 3 1] >>> print ( dist ) # distances...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.KDTree.html
    Sat Aug 02 00:15:36 UTC 2025
      135.9K bytes
      Cache
      Similar Results (1)
     
  5. PolynomialCountSketch — scikit-learn 1.7.1 docu...

    [ 1 , 1 ], [ 1 , 0 ], [ 0 , 1 ]] >>> y = [ 0 , 0 , 1 , 1 ] >>>...Array with random entries in {+1, -1}, used to represent the 2-wise...
    scikit-learn.org/stable/modules/generated/sklearn.kernel_approximation.PolynomialCountSketch.html
    Sat Aug 02 00:15:36 UTC 2025
      133.7K bytes
      1 views
      Cache
     
  6. Birch — scikit-learn 1.7.1 documentation

    1 ], [ 0.3 , 1 ], [ - 0.3 , 1 ], [ 0 , - 1 ], [ 0.3...predict ( X ) array([0, 0, 0, 1, 1, 1]) For a comparison of the BIRCH...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.Birch.html
    Sat Aug 02 00:15:38 UTC 2025
      138.5K bytes
      Cache
     
  7. LeavePGroupsOut — scikit-learn 1.7.1 documentation

    Test: index=[0 1], group=[1 2] Fold 1: Train: index=[1], group=[2]...array ([ 1 , 2 , 1 ]) >>> groups = np . array ([ 1 , 2 , 3 ])...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeavePGroupsOut.html
    Sat Aug 02 00:15:36 UTC 2025
      122.7K bytes
      Cache
     
  8. GraphicalLassoCV — scikit-learn 1.7.1 documenta...

    means 1 unless in a joblib.parallel_backend context. -1 means...0.2 , 0.0 , 0.3 , 0.1 ], ... [ 0.0 , 0.0 , 0.1 , 0.7 ]]) >>> np...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.GraphicalLassoCV.html
    Sat Aug 02 00:15:36 UTC 2025
      140.3K bytes
      Cache
     
  9. OutlierMixin — scikit-learn 1.7.1 documentation

    fit_predict ( X ) array([1., 1., 1.]) fit_predict ( X , y = None...labels for X. Returns -1 for outliers and 1 for inliers. Parameters...
    scikit-learn.org/stable/modules/generated/sklearn.base.OutlierMixin.html
    Sat Aug 02 00:15:35 UTC 2025
      109.6K bytes
      Cache
     
  10. PLSCanonical — scikit-learn 1.7.1 documentation

    1 , - 0.2 ], [ 0.9 , 1.1 ], [ 6.2 , 5.9 ],...intercept_ . Added in version 1.1. n_iter_ list of shape (n_components,)...
    scikit-learn.org/stable/modules/generated/sklearn.cross_decomposition.PLSCanonical.html
    Sat Aug 02 00:15:35 UTC 2025
      159.2K bytes
      Cache
     
Back to top