Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 491 - 500 of 2,952 for 1 (0.41 sec)

  1. ExtraTreeClassifier — scikit-learn 1.6.1 docume...

    [{0: 1, 1: 1}, {0: 1, 1: 5}, {0: 1, 1: 1}, {0: 1, 1: 1}] instead...instead of [{1:1}, {2:5}, {3:1}, {4:1}]. The “balanced” mode uses...
    scikit-learn.org/stable/modules/generated/sklearn.tree.ExtraTreeClassifier.html
    Sat Apr 19 00:31:22 UTC 2025
      168K bytes
      Cache
     
  2. PCA — scikit-learn 1.6.1 documentation

    ([[ - 1 , - 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2...more details. Added in version 1.1. power_iteration_normalizer {‘auto’,...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.PCA.html
    Sat Apr 19 00:31:22 UTC 2025
      172K bytes
      Cache
     
  3. LatentDirichletAllocation — scikit-learn 1.6.1 ...

    evaluate_every = -1 , total_samples = 1000000.0 , perp_tol = 0.1 , mean_change_tol...None, defaults to 1 / n_components . In [1] , this is called...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.LatentDirichletAllocation.html
    Sat Apr 19 00:31:21 UTC 2025
      153K bytes
      Cache
     
  4. LinearSVR — scikit-learn 1.6.1 documentation

    intercept term: [x_1, ..., x_n, 1] , where 1 corresponds to the...version 1.3: The "auto" option is added in version 1.3 and will...
    scikit-learn.org/stable/modules/generated/sklearn.svm.LinearSVR.html
    Thu Apr 17 23:17:18 UTC 2025
      143.9K bytes
      Cache
     
  5. LeavePOut — scikit-learn 1.6.1 documentation

    3] Test: index=[0 1] Fold 1: Train: index=[1 3] Test: index=[0...index=[1 2] Fold 4: Train: index=[0 2] Test: index=[1 3] Fold...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeavePOut.html
    Sat Apr 19 00:31:21 UTC 2025
      116.8K bytes
      Cache
     
  6. MultiOutputClassifier — scikit-learn 1.6.1 docu...

    ( X [ - 2 :]) array([[1, 1, 1], [1, 0, 1]]) fit ( X , Y , sample_weight...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.multioutput.MultiOutputClassifier.html
    Sat Apr 19 00:31:22 UTC 2025
      142.3K bytes
      Cache
     
  7. RepeatedKFold — scikit-learn 1.6.1 documentation

    array ([[ 1 , 2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ]])...>>> y = np . array ([ 0 , 0 , 1 , 1 ]) >>> rkf = RepeatedKFold (...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.RepeatedKFold.html
    Sat Apr 19 00:31:21 UTC 2025
      119.7K bytes
      Cache
     
  8. TweedieRegressor — scikit-learn 1.6.1 documenta...

    float64(1.600...) >>> clf . predict ([[ 1 , 1 ], [ 3 , 4 ]])...Power Distribution 0 Normal 1 Poisson (1,2) Compound Poisson Gamma...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.TweedieRegressor.html
    Sat Apr 19 00:31:22 UTC 2025
      142.4K bytes
      Cache
     
  9. MaxAbsScaler — scikit-learn 1.6.1 documentation

    -1. , 1. ], [ 1. , 0. , 0. ], [ 0. , 1. , -0.5]]) fit...= [[ 1. , - 1. , 2. ], ... [ 2. , 0. , 0. ], ... [ 0. , 1. , -...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.MaxAbsScaler.html
    Sat Apr 19 00:31:22 UTC 2025
      131.9K bytes
      Cache
     
  10. chi2 — scikit-learn 1.6.1 documentation

    array ([[ 1 , 1 , 3 ], ... [ 0 , 1 , 5 ], ... [ 5 , 4 , 1 ], ......y = np . array ([ 1 , 1 , 0 , 0 , 2 , 2 ]) >>> chi2_stats , p_values...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.chi2.html
    Sat Apr 19 00:31:21 UTC 2025
      111.6K bytes
      Cache
     
Back to top