Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 311 - 320 of 3,499 for 1 (0.1 sec)

  1. ExtraTreeRegressor — scikit-learn 1.7.dev0 docu...

    min_samples_leaf = 1 , min_weight_fraction_leaf = 0.0 , max_features = 1.0 ,...max_features=n_features . Changed in version 1.1: The default of max_features...
    scikit-learn.org/dev/modules/generated/sklearn.tree.ExtraTreeRegressor.html
    Mon Dec 09 18:03:46 UTC 2024
      162.9K bytes
      Cache
      Similar Results (1)
     
  2. VarianceThreshold — scikit-learn 1.6.0 document...

    1 , 4 , 3 ], [ 0 , 1 , 1 , 3 ]] >>> selector...fit_transform ( X ) array([[2, 0], [1, 4], [1, 1]]) fit ( X , y = None )...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.VarianceThreshold.html
    Fri Dec 20 11:14:16 UTC 2024
      130.7K bytes
      Cache
     
  3. DBSCAN — scikit-learn 1.6.0 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
    Fri Dec 20 11:14:16 UTC 2024
      135.8K bytes
      Cache
     
  4. RidgeClassifier — scikit-learn 1.6.0 documentation

    converts the target values into {-1, 1} and then treats the problem...sklearn.linear_model. RidgeClassifier ( alpha = 1.0 , * , fit_intercept = True ,...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.RidgeClassifier.html
    Fri Dec 20 11:14:14 UTC 2024
      144.6K bytes
      Cache
     
  5. KernelRidge — scikit-learn 1.6.0 documentation

    alpha = 1.0 ) >>> krr . fit ( X , y ) KernelRidge(alpha=1.0) fit...sklearn.kernel_ridge. KernelRidge ( alpha = 1 , * , kernel = 'linear' , gamma...
    scikit-learn.org/stable/modules/generated/sklearn.kernel_ridge.KernelRidge.html
    Fri Dec 20 11:14:16 UTC 2024
      142.8K bytes
      Cache
     
  6. LassoLarsCV — scikit-learn 1.6.0 documentation

    means 1 unless in a joblib.parallel_backend context. -1 means...optimization objective for Lasso is: ( 1 / ( 2 * n_samples )) * || y -...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoLarsCV.html
    Fri Dec 20 11:14:14 UTC 2024
      146.1K bytes
      Cache
     
  7. oas — scikit-learn 1.6.0 documentation

    References [ 1 ] ( 1 , 2 ) “Shrinkage algorithms...The regularised covariance is: (1 - shrinkage) * cov + shrinkage...
    scikit-learn.org/stable/modules/generated/oas-function.html
    Fri Dec 20 11:14:14 UTC 2024
      109.2K bytes
      Cache
     
  8. Examples — scikit-learn 1.6.0 documentation

    scikit-learn 1.1 Release Highlights for scikit-learn 1.1 Release Highlights...scikit-learn 1.6 Release Highlights for scikit-learn 1.6 Release...
    scikit-learn.org/stable/auto_examples/index.html
    Fri Dec 20 11:14:18 UTC 2024
      276.3K bytes
      Cache
     
  9. TunedThresholdClassifierCV — scikit-learn 1.6.0...

    means 1 unless in a joblib.parallel_backend context. -1 means...... n_samples = 1_000 , weights = [ 0.9 , 0.1 ], class_sep = 0.8...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.TunedThresholdClassifierCV.html
    Fri Dec 20 11:14:16 UTC 2024
      149.2K bytes
      Cache
     
  10. SpectralCoclustering — scikit-learn 1.6.0 docum...

    array ([[ 1 , 1 ], [ 2 , 1 ], [ 1 , 0 ], ... [ 4 , 7...clustering . row_labels_ array([0, 1, 1, 0, 0, 0], dtype=int32) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.SpectralCoclustering.html
    Fri Dec 20 11:14:14 UTC 2024
      130.6K bytes
      Cache
     
Back to top