Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 131 - 140 of 2,950 for 1 (0.08 sec)

  1. GaussianProcessRegressor — scikit-learn 1.6.1 d...

    ConstantKernel(1.0, constant_value_bounds="fixed") * RBF(1.0, lengt...implementation is based on Algorithm 2.1 of [RW2006] . In addition to standard...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.GaussianProcessRegressor.html
    Sat Apr 19 00:31:21 UTC 2025
      159.4K bytes
      Cache
     
  2. FunctionTransformer — scikit-learn 1.6.1 docume...

    Added in version 1.1. kw_args dict, default=None Dictionary...array([[0. , 0.6931...], [1.0986..., 1.3862...]]) fit ( X , y =...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.FunctionTransformer.html
    Sat Apr 19 00:31:21 UTC 2025
      140.3K bytes
      Cache
     
  3. Hyperparameter — scikit-learn 1.6.1 documentation

    n_elements = 1 , fixed = None ) [source] # A...the parameter. If n_elements>1, a pair of 1d array with n_elements...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.Hyperparameter.html
    Sat Apr 19 00:31:20 UTC 2025
      116.8K bytes
      Cache
     
  4. RandomForestClassifier — scikit-learn 1.6.1 doc...

    [{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.ensemble.RandomForestClassifier.html
    Sat Apr 19 00:31:22 UTC 2025
      185.6K bytes
      Cache
     
  5. SGDOneClassSVM — scikit-learn 1.6.1 documentation

    array ([[ - 1 , - 1 ], [ - 2 , - 1 ], [ 1 , 1 ], [ 2 , 1 ]]) >>>...labels for X. Returns -1 for outliers and 1 for inliers. Parameters...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.SGDOneClassSVM.html
    Sat Apr 19 00:31:21 UTC 2025
      154.9K bytes
      Cache
     
  6. RFECV — scikit-learn 1.6.1 documentation

    ranking_ array([1, 1, 1, 1, 1, 6, 4, 3, 2, 5]) property...estimator , * , step = 1 , min_features_to_select = 1 , cv = None , scoring...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.RFECV.html
    Sat Apr 19 00:31:20 UTC 2025
      157.4K bytes
      Cache
     
  7. pairwise_distances — scikit-learn 1.6.1 documen...

    [ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0 ]] >>>...deprecated from SciPy 1.9 and will be removed in SciPy 1.11. Note 'matching'...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise_distances.html
    Sat Apr 19 00:31:20 UTC 2025
      118.8K bytes
      Cache
     
  8. LinearDiscriminantAnalysis — scikit-learn 1.6.1...

    ([[ - 1 , - 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2...2 , 1 ], [ 3 , 2 ]]) >>> y = np . array ([ 1 , 1 , 1 , 2 , 2...
    scikit-learn.org/stable/modules/generated/sklearn.discriminant_analysis.LinearDiscriminantAnalysi...
    Sat Apr 19 00:31:20 UTC 2025
      155.3K bytes
      Cache
     
  9. lasso_path — scikit-learn 1.6.1 documentation

    alpha * || w || _1 For multi-output tasks it is: ( 1 / ( 2 * n_samples...lasso_path >>> X = np . array ([[ 1 , 2 , 3.1 ], [ 2.3 , 5.4 , 4.3 ]])...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.lasso_path.html
    Sat Apr 19 00:31:21 UTC 2025
      121.5K bytes
      Cache
     
  10. SpectralClustering — scikit-learn 1.6.1 documen...

    array ([[ 1 , 1 ], [ 2 , 1 ], [ 1 , 0 ], ... [ 4 , 7...clustering . labels_ array([1, 1, 1, 0, 0, 0]) >>> clustering ...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.SpectralClustering.html
    Sat Apr 19 00:31:20 UTC 2025
      138.5K bytes
      Cache
     
Back to top