Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 91 - 100 of 3,744 for 1 (0.53 sec)

  1. BaggingRegressor — scikit-learn 1.7.2 documenta...

    max_samples = 1.0 , max_features = 1.0 , bootstrap = True...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.BaggingRegressor.html
    Tue Sep 16 14:38:52 UTC 2025
      147.5K bytes
      Cache
     
  2. LocallyLinearEmbedding — scikit-learn 1.7.2 doc...

    n_neighbors > n_components * (1 + (n_components + 1) / 2 . see reference...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.manifold.LocallyLinearEmbedding.html
    Tue Sep 16 14:38:52 UTC 2025
      136.8K bytes
      Cache
     
  3. ARDRegression — scikit-learn 1.7.2 documentation

    [ 1 , 1 ], [ 2 , 2 ]], [ 0 , 1 , 2 ]) ARDRegression()...>>> clf . predict ([[ 1 , 1 ]]) array([1.]) Comparing Linear Bayesian...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.ARDRegression.html
    Tue Sep 16 14:38:52 UTC 2025
      141.2K bytes
      Cache
     
  4. 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
    Tue Sep 16 14:38:55 UTC 2025
      154.7K bytes
      Cache
     
  5. 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
    Tue Sep 16 14:38:52 UTC 2025
      144.7K bytes
      Cache
     
  6. 1.7. Gaussian Processes — scikit-learn 1.7.2 do...

    1.7.3. GPC examples # 1.7.3.1. Probabilistic predictions...features exceeds a few dozens. 1.7.1. Gaussian Process Regression...
    scikit-learn.org/stable/modules/gaussian_process.html
    Tue Sep 16 14:38:54 UTC 2025
      84.5K bytes
      Cache
     
  7. 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
    Tue Sep 16 14:38:54 UTC 2025
      135.5K bytes
      1 views
      Cache
     
  8. 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
    Tue Sep 16 14:38:52 UTC 2025
      143.3K bytes
      Cache
     
  9. 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
    Tue Sep 16 14:38:52 UTC 2025
      184.7K bytes
      Cache
     
  10. Version 1.4 — scikit-learn 1.7.2 documentation

    Version 1.4.1 # February 2024 Changed models...deprecated in version 1.4 and will be removed in version 1.6. Use the default...
    scikit-learn.org/stable/whats_new/v1.4.html
    Tue Sep 16 14:38:55 UTC 2025
      211.1K bytes
      Cache
     
Back to top