Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 751 - 760 of 3,230 for 1 (0.66 sec)

  1. LeavePOut — scikit-learn 1.7.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 Aug 02 00:15:38 UTC 2025
      116.4K bytes
      Cache
     
  2. RANSACRegressor — scikit-learn 1.7.1 documentation

    min_samples int (>= 1) or float ([0, 1]), default=None Minimum...min_samples is chosen as X.shape[1] + 1 . This parameter is highly...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.RANSACRegressor.html
    Sat Aug 02 00:15:38 UTC 2025
      143.5K bytes
      Cache
     
  3. TweedieRegressor — scikit-learn 1.7.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 Aug 02 00:15:36 UTC 2025
      141.7K bytes
      Cache
     
  4. MLPClassifier — scikit-learn 1.7.1 documentation

    :]) array([1, 0, 1, 0, 1]) >>> clf . score ( X_test..., validation_fraction = 0.1 , beta_1 = 0.9 , beta_2 = 0.999 ,...
    scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPClassifier.html
    Sat Aug 02 00:15:36 UTC 2025
      165.8K bytes
      Cache
     
  5. RepeatedKFold — scikit-learn 1.7.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 Aug 02 00:15:38 UTC 2025
      119.4K bytes
      Cache
     
  6. RidgeClassifierCV — scikit-learn 1.7.1 document...

    1, 1.0, 10.0) , * , fit_intercept...shape (n_alphas,), default=(0.1, 1.0, 10.0) Array of alpha values...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.RidgeClassifierCV.html
    Sat Aug 02 00:15:36 UTC 2025
      142.2K bytes
      Cache
     
  7. LinearSVC — scikit-learn 1.7.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.LinearSVC.html
    Sat Aug 02 00:15:35 UTC 2025
      162.4K bytes
      Cache
     
  8. MaxAbsScaler — scikit-learn 1.7.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 Aug 02 00:15:38 UTC 2025
      131.4K bytes
      Cache
     
  9. BernoulliRBM — scikit-learn 1.7.1 documentation

    1 , 1 ], [ 1 , 0 , 1 ], [ 1 , 1 , 1 ]]) >>> model...= 256 , * , learning_rate = 0.1 , batch_size = 10 , n_iter = 10...
    scikit-learn.org/stable/modules/generated/sklearn.neural_network.BernoulliRBM.html
    Sat Aug 02 00:15:38 UTC 2025
      135.8K bytes
      Cache
     
  10. chi2 — scikit-learn 1.7.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 Aug 02 00:15:36 UTC 2025
      111.2K bytes
      Cache
     
Back to top