Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 71 - 80 of 3,499 for 1 (0.07 sec)

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

    scikit-learn 1.1 Release Highlights for scikit-learn 1.1 Release Highlights..., C = 1.0 , fit_intercept = True , intercept_scaling = 1 , class_weight...
    scikit-learn.org/dev/modules/generated/sklearn.linear_model.LogisticRegression.html
    Mon Dec 09 18:03:46 UTC 2024
      190.9K bytes
      Cache
      Similar Results (1)
     
  2. QuadraticDiscriminantAnalysis — scikit-learn 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.QuadraticDiscriminantAnal...
    Fri Dec 20 11:14:14 UTC 2024
      141.8K bytes
      Cache
      Similar Results (1)
     
  3. ColumnTransformer — scikit-learn 1.7.dev0 docum...

    1. , 2. , 2. ], ... [ 1. , 1. , 0. , 1. ]]) >>> #...scikit-learn 1.1 Release Highlights for scikit-learn 1.1 Release Highlights...
    scikit-learn.org/dev/modules/generated/sklearn.compose.ColumnTransformer.html
    Mon Dec 09 18:03:46 UTC 2024
      162.1K bytes
      Cache
      Similar Results (1)
     
  4. EllipticEnvelope — scikit-learn 1.6.0 documenta...

    n_features + 1) / 2 * n_samples . Range is (0, 1). contamination...>>> # predict returns 1 for an inlier and -1 for an outlier >>>...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.EllipticEnvelope.html
    Fri Dec 20 11:14:14 UTC 2024
      146.2K bytes
      Cache
     
  5. RFE — scikit-learn 1.7.dev0 documentation

    ranking_ array([1, 1, 1, 1, 1, 6, 4, 3, 2, 5]) property...float, default=1 If greater than or equal to 1, then step corresponds...
    scikit-learn.org/dev/modules/generated/sklearn.feature_selection.RFE.html
    Mon Dec 09 18:03:47 UTC 2024
      151K bytes
      Cache
      Similar Results (1)
     
  6. OneVsRestClassifier — scikit-learn 1.6.0 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
    Fri Dec 20 11:14:16 UTC 2024
      153.4K bytes
      Cache
     
  7. TfidfVectorizer — scikit-learn 1.7.dev0 documen...

    ngram_range=(1 , 1) , max_df=1.0 , min_df=1 , max_features=None...ngram_range of (1, 1) means only unigrams, (1, 2) means unigrams...
    scikit-learn.org/dev/modules/generated/sklearn.feature_extraction.text.TfidfVectorizer.html
    Mon Dec 09 18:03:47 UTC 2024
      149.2K bytes
      Cache
      Similar Results (1)
     
  8. BayesianGaussianMixture — scikit-learn 1.6.0 do...

    array ([[ 1 , 2 ], [ 1 , 4 ], [ 1 , 0 ], [ 4 , 2 ], [...mixtures”. Bayesian analysis 1.1 Examples >>> import numpy as...
    scikit-learn.org/stable/modules/generated/sklearn.mixture.BayesianGaussianMixture.html
    Fri Dec 20 11:14:14 UTC 2024
      152.8K bytes
      Cache
     
  9. KFold — scikit-learn 1.6.0 documentation

    3] Test: index=[0 1] Fold 1: Train: index=[0 1] Test: index=[2...X = np . array ([[ 1 , 2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ]])...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.KFold.html
    Fri Dec 20 11:14:14 UTC 2024
      123.9K bytes
      Cache
     
  10. MLPRegressor — scikit-learn 1.6.0 documentation

    1 , beta_1 = 0.9 , beta_2 = 0.999 ,...sigmoid function, returns f(x) = 1 / (1 + exp(-x)). ‘tanh’, the hyperbolic...
    scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPRegressor.html
    Fri Dec 20 11:14:14 UTC 2024
      151.1K bytes
      Cache
      Similar Results (1)
     
Back to top