Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 131 - 140 of 3,436 for 1 (0.07 sec)

  1. HashingVectorizer — scikit-learn 1.5.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
    Wed Oct 30 20:01:21 UTC 2024
      143.7K bytes
      Cache
     
  2. NeighborhoodComponentsAnalysis — scikit-learn 1...

    If 1, progress messages will be printed to stdout. If > 1, progress...<= min(n_features, n_classes - 1) we use 'lda' , as it uses labels...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.NeighborhoodComponentsAnalysis.html
    Wed Oct 30 20:01:21 UTC 2024
      141.9K bytes
      Cache
     
  3. RidgeClassifier — scikit-learn 1.5.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
    Wed Oct 30 20:01:21 UTC 2024
      143.3K bytes
      Cache
     
  4. GridSearchCV — scikit-learn 1.5.2 documentation

    version 1.5: Xt was deprecated in 1.5 and will be removed in 1.7....means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.GridSearchCV.html
    Wed Oct 30 20:01:21 UTC 2024
      185.7K bytes
      Cache
     
  5. TheilSenRegressor — scikit-learn 1.5.2 document...

    means 1 unless in a joblib.parallel_backend context. -1 means...the number of features (plus 1 if fit_intercept=True) and the...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.TheilSenRegressor.html
    Wed Oct 30 20:01:21 UTC 2024
      134.4K bytes
      1 views
      Cache
     
  6. LearningCurveDisplay — scikit-learn 1.5.2 docum...

    1, 0.33, 0.55, 0.78, 1.]) , cv = None , scoring...(n_ticks,), default=np.linspace(0.1, 1.0, 5) Relative or absolute numbers...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LearningCurveDisplay.html
    Wed Oct 30 20:01:21 UTC 2024
      143.5K bytes
      Cache
     
  7. KernelRidge — scikit-learn 1.5.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
    Wed Oct 30 20:01:23 UTC 2024
      141.6K bytes
      Cache
     
  8. TunedThresholdClassifierCV — scikit-learn 1.5.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 Oct 30 20:01:21 UTC 2024
      147.9K bytes
      Cache
     
  9. LassoLarsCV — scikit-learn 1.5.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
    Wed Oct 30 20:01:21 UTC 2024
      144.9K bytes
      Cache
     
  10. PLSRegression — scikit-learn 1.5.2 documentation

    1 , - 0.2 ], [ 0.9 , 1.1 ], [ 6.2 , 5.9 ],...version 1.5: Y is deprecated in 1.5 and will be removed in 1.7. Use...
    scikit-learn.org/stable/modules/generated/sklearn.cross_decomposition.PLSRegression.html
    Wed Oct 30 20:01:21 UTC 2024
      162.2K bytes
      Cache
     
Back to top