Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 71 - 80 of 2,891 for 1 (0.09 sec)

  1. RidgeClassifier — scikit-learn 1.7.1 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 Jul 18 16:24:00 UTC 2025
      143.4K bytes
      Cache
     
  2. auc — scikit-learn 1.7.1 documentation

    array ([ 1 , 1 , 2 , 2 ]) >>> y_score = np . array ([ 0.1 , 0.4...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.auc.html
    Fri Jul 18 16:24:00 UTC 2025
      113.5K bytes
      Cache
     
  3. KernelRidge — scikit-learn 1.7.1 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 Jul 18 16:24:00 UTC 2025
      142.4K bytes
      Cache
     
  4. GridSearchCV — scikit-learn 1.7.1 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
    Fri Jul 18 16:24:01 UTC 2025
      184.7K bytes
      Cache
     
  5. TunedThresholdClassifierCV — scikit-learn 1.7.1...

    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 Jul 18 16:24:00 UTC 2025
      148.3K bytes
      Cache
     
  6. homogeneity_score — scikit-learn 1.7.1 document...

    1 , 1 ], [ 1 , 1 , 0 , 0 ]) 1.0 Non-perfect labelings...homogeneity_score ([ 0 , 0 , 1 , 1 ], [ 0 , 0 , 1 , 2 ])) 1.000000 >>> print...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.homogeneity_score.html
    Fri Jul 18 16:24:00 UTC 2025
      114.4K bytes
      Cache
     
  7. LassoLarsCV — scikit-learn 1.7.1 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 Jul 18 16:24:01 UTC 2025
      145.6K bytes
      Cache
     
  8. hinge_loss — scikit-learn 1.7.1 documentation

    [ 1 ]] >>> y = [ - 1 , 1 ] >>> est = svm . LinearSVC...0.09]) >>> hinge_loss ([ - 1 , 1 , 1 ], pred_decision ) 0.30 In...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.hinge_loss.html
    Fri Jul 18 16:24:00 UTC 2025
      114.8K bytes
      Cache
     
  9. PLSRegression — scikit-learn 1.7.1 documentation

    1 , - 0.2 ], [ 0.9 , 1.1 ], [ 6.2 , 5.9 ],...intercept_ . Added in version 1.1. n_iter_ list of shape (n_components,)...
    scikit-learn.org/stable/modules/generated/sklearn.cross_decomposition.PLSRegression.html
    Fri Jul 18 16:24:00 UTC 2025
      160.2K bytes
      Cache
     
  10. jaccard_score — scikit-learn 1.7.1 documentation

    1 , 1 ], ... [ 1 , 1 , 0 ]]) >>> y_pred =...= np . array ([[ 1 , 1 , 1 ], ... [ 1 , 0 , 0 ]]) In the binary...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.jaccard_score.html
    Fri Jul 18 16:24:00 UTC 2025
      120.3K bytes
      Cache
     
Back to top