Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 121 - 130 of 2,870 for 1 (0.41 sec)

  1. DecisionBoundaryDisplay — scikit-learn 1.7.2 do...

    Added in version 1.1. Parameters : xx0 ndarray of...iris . data [:, 1 ] . min (), iris . data [:, 1 ] . max ()) ......
    scikit-learn.org/stable/modules/generated/sklearn.inspection.DecisionBoundaryDisplay.html
    Thu Nov 06 17:51:52 UTC 2025
      154.7K bytes
      Cache
     
  2. HashingVectorizer — scikit-learn 1.7.2 document...

    ngram_range of (1, 1) means only unigrams, (1, 2) means unigrams...\\w\\w+\\b' , ngram_range=(1 , 1) , analyzer='word' , n_features=1048576...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.text.HashingVectorizer.html
    Thu Nov 06 17:51:52 UTC 2025
      144.7K bytes
      Cache
     
  3. Release Highlights for scikit-learn 1.1 — sciki...

    0 1.0 1 0.0 0.0 1.0 2 1.0 0.0 0.0 3 0.0 1.0 0.0 Performance...ts_1_1_0.py Download zipped: plot_release_highlights_1_1_0.zip...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_1_0.html
    Thu Nov 06 17:51:52 UTC 2025
      175.5K bytes
      Cache
     
  4. TheilSenRegressor — scikit-learn 1.7.2 document...

    since version 1.6: copy_X was deprecated in 1.6 and will be removed...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.TheilSenRegressor.html
    Thu Nov 06 17:51:50 UTC 2025
      135.5K bytes
      1 views
      Cache
     
  5. RidgeClassifier — scikit-learn 1.7.2 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 Nov 06 17:51:52 UTC 2025
      143.3K bytes
      Cache
     
  6. KernelRidge — scikit-learn 1.7.2 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 Nov 06 17:51:52 UTC 2025
      142.3K bytes
      Cache
     
  7. GridSearchCV — scikit-learn 1.7.2 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 Nov 06 17:51:53 UTC 2025
      184.7K bytes
      Cache
     
  8. auc — scikit-learn 1.7.2 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 Nov 06 17:51:50 UTC 2025
      113.5K bytes
      Cache
     
  9. TunedThresholdClassifierCV — scikit-learn 1.7.2...

    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
    Wed Nov 05 14:36:36 UTC 2025
      148.2K bytes
      Cache
     
  10. LassoLarsCV — scikit-learn 1.7.2 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
    Thu Nov 06 17:51:50 UTC 2025
      145.6K bytes
      Cache
     
Back to top