Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 191 - 200 of 2,909 for 1 (0.08 sec)

  1. RidgeClassifier — scikit-learn 1.7.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
    Thu Jun 05 22:21:58 UTC 2025
      143.6K bytes
      Cache
     
  2. check_is_fitted — scikit-learn 1.6.1 documentation

    fit ([[ 1 , 2 ], [ 1 , 3 ]], [ 1 , 0 ]) LogisticRegression()...
    scikit-learn.org/stable/modules/generated/sklearn.utils.validation.check_is_fitted.html
    Thu Jun 05 01:26:45 UTC 2025
      113.2K bytes
      Cache
     
  3. 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...
    Thu Jun 05 22:21:58 UTC 2025
      141.6K bytes
      Cache
     
  4. MeanShift — scikit-learn 1.7.0 documentation

    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.MeanShift.html
    Thu Jun 05 22:21:58 UTC 2025
      127.4K bytes
      Cache
     
  5. EllipticEnvelope — scikit-learn 1.7.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
    Thu Jun 05 22:21:58 UTC 2025
      145.9K bytes
      Cache
     
  6. RFE — scikit-learn 1.7.0 documentation

    ranking_ array([1, 1, 1, 1, 1, 6, 4, 3, 2, 5]) decision_function...float, default=1 If greater than or equal to 1, then step corresponds...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.RFE.html
    Thu Jun 05 22:21:58 UTC 2025
      149.7K bytes
      Cache
     
  7. auc — scikit-learn 1.7.0 documentation

    array ([ 1 , 1 , 2 , 2 ]) >>> y_score = np . array ([ 0.1 , 0.4...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.auc.html
    Thu Jun 05 22:21:58 UTC 2025
      113.5K bytes
      Cache
     
  8. KernelRidge — scikit-learn 1.7.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
    Thu Jun 05 22:21:58 UTC 2025
      142.7K bytes
      Cache
     
  9. BayesianGaussianMixture — scikit-learn 1.7.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
    Thu Jun 05 22:21:57 UTC 2025
      152.9K bytes
      Cache
     
  10. GridSearchCV — scikit-learn 1.7.0 documentation

    means 1 unless in a joblib.parallel_backend context. -1 means...0.70 … 4 ‘rbf’ 0.1 – 0.80 … 3 ‘rbf’ 0.2 – 0.93 … 1 will be represented...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.GridSearchCV.html
    Thu Jun 05 22:21:58 UTC 2025
      184.7K bytes
      Cache
     
Back to top