Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 111 - 120 of 3,436 for 1 (0.06 sec)

  1. BayesianRidge — scikit-learn 1.5.2 documentation

    [ 1 , 1 ], [ 2 , 2 ]], [ 0 , 1 , 2 ]) BayesianRidge()...>>> clf . predict ([[ 1 , 1 ]]) array([1.]) fit ( X , y , sample_weight...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.BayesianRidge.html
    Wed Oct 30 20:01:21 UTC 2024
      148.6K bytes
      Cache
     
  2. DotProduct — scikit-learn 1.5.2 documentation

    1)\) priors on the coefficients of \(x_d (d = 1, . . ....nels. DotProduct ( sigma_0 = 1.0 , sigma_0_bounds = (1e-05, 100000.0)...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.DotProduct.html
    Wed Oct 30 20:01:21 UTC 2024
      125.9K bytes
      Cache
     
  3. DBSCAN — scikit-learn 1.5.2 documentation

    1, 1, -1]) >>> clustering DBSCAN(eps=3,...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.DBSCAN.html
    Wed Oct 30 20:01:21 UTC 2024
      134.6K bytes
      Cache
     
  4. VotingRegressor — scikit-learn 1.5.2 documentation

    means 1 unless in a joblib.parallel_backend context. -1 means...KNeighborsRegressor () >>> X = np . array ([[ 1 , 1 ], [ 2 , 4 ], [ 3 , 9 ], [ 4...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.VotingRegressor.html
    Wed Oct 30 20:01:21 UTC 2024
      151.8K bytes
      Cache
     
  5. FeatureAgglomeration — scikit-learn 1.5.2 docum...

    version 1.5: Xt was deprecated in 1.5 and will be removed in 1.7....Added in version 1.2. Deprecated since version 1.4: metric=None...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.FeatureAgglomeration.html
    Wed Oct 30 20:01:23 UTC 2024
      138.2K bytes
      Cache
     
  6. 8.1. Strategies to scale computationally: bigge...

    1.1.1. Streaming instances # Basically, 1. may be a...to make your system scale. 8.1.1. Scaling with instances using...
    scikit-learn.org/stable/computing/scaling_strategies.html
    Wed Oct 30 20:01:23 UTC 2024
      46.5K bytes
      Cache
     
  7. OneVsRestClassifier — scikit-learn 1.5.2 docume...

    as a 2D binary (0/1) matrix, where [i, j] == 1 indicates the presence...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.multiclass.OneVsRestClassifier.html
    Wed Oct 30 20:01:23 UTC 2024
      152.2K bytes
      Cache
     
  8. MiniBatchSparsePCA — scikit-learn 1.5.2 documen...

    Added in version 1.2. Deprecated since version 1.4: max_iter=None...is deprecated in 1.4 and will be removed in 1.6. Use the default...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.MiniBatchSparsePCA.html
    Wed Oct 30 20:01:23 UTC 2024
      137.1K bytes
      Cache
     
  9. SGDRegressor — scikit-learn 1.5.2 documentation

    l1_ratio <= 1. l1_ratio=0 corresponds to L2 penalty, l1_ratio=1 to L1....True , verbose = 0 , epsilon = 0.1 , random_state = None , learning_rate...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.SGDRegressor.html
    Wed Oct 30 20:01:21 UTC 2024
      166.5K bytes
      Cache
     
  10. PoissonRegressor — scikit-learn 1.5.2 documenta...

    predict ([[ 1 , 1 ], [ 3 , 4 ]]) array([10.676...,...PoissonRegressor ( * , alpha = 1.0 , fit_intercept = True , solver...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.PoissonRegressor.html
    Wed Oct 30 20:01:23 UTC 2024
      138.9K bytes
      Cache
     
Back to top