Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 121 - 130 of 2,955 for 1 (0.15 sec)

  1. 5.1. Partial Dependence and Individual Conditio...

    1.1. Partial dependence plots # Partial..., learning_rate = 1.0 , ... max_depth = 1 , random_state = 0...
    scikit-learn.org/stable/modules/partial_dependence.html
    Thu Jul 03 11:42:06 UTC 2025
      60.8K bytes
      Cache
     
  2. TfidfVectorizer — scikit-learn 1.7.0 documentation

    ngram_range=(1 , 1) , max_df=1.0 , min_df=1 , max_features=None...ngram_range of (1, 1) means only unigrams, (1, 2) means unigrams...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.text.TfidfVectorizer.html
    Thu Jul 03 11:42:05 UTC 2025
      147.9K bytes
      Cache
     
  3. brier_score_loss — scikit-learn 1.7.0 documenta...

    y_true in {-1, 1} or {0, 1}, pos_label defaults to 1; else if y_true...defined as: \[\frac{1}{N}\sum_{i=1}^{N}\sum_{c=1}^{C}(y_{ic} - \hat{p}_{ic})^{2}\]...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.brier_score_loss.html
    Thu Jul 03 11:42:05 UTC 2025
      120.1K bytes
      Cache
     
  4. 1.8. Cross decomposition — scikit-learn 1.7.0 d...

    CCA and PLSSVD 1.8.1. PLSCanonical # We here describe...as follows: Set \(X_1\) to \(X\) and \(Y_1\) to \(Y\) . Then,...
    scikit-learn.org/stable/modules/cross_decomposition.html
    Thu Jul 03 11:42:05 UTC 2025
      55.5K bytes
      Cache
     
  5. SVR — scikit-learn 1.7.0 documentation

    Added in version 1.1. n_support_ ndarray of shape (1,), dtype=int32..., tol = 0.001 , C = 1.0 , epsilon = 0.1 , shrinking = True ,...
    scikit-learn.org/stable/modules/generated/sklearn.svm.SVR.html
    Thu Jul 03 11:42:05 UTC 2025
      145.4K bytes
      Cache
     
  6. MaxAbsScaler — scikit-learn 1.7.0 documentation

    -1. , 1. ], [ 1. , 0. , 0. ], [ 0. , 1. , -0.5]]) fit...= [[ 1. , - 1. , 2. ], ... [ 2. , 0. , 0. ], ... [ 0. , 1. , -...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.MaxAbsScaler.html
    Wed Jul 02 18:21:48 UTC 2025
      131.4K bytes
      Cache
     
  7. silhouette_samples — scikit-learn 1.7.0 documen...

    The best value is 1 and the worst value is -1. Values near 0 indicate...2 <= n_labels <= n_samples - 1 . This function returns the Silhouette...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.silhouette_samples.html
    Thu Jul 03 11:42:05 UTC 2025
      112.3K bytes
      Cache
     
  8. FunctionTransformer — scikit-learn 1.7.0 docume...

    Added in version 1.1. kw_args dict, default=None Dictionary...) array([[0. , 0.6931], [1.0986, 1.3862]]) fit ( X , y = None...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.FunctionTransformer.html
    Thu Jul 03 11:42:05 UTC 2025
      139.9K bytes
      Cache
     
  9. BernoulliRBM — scikit-learn 1.7.0 documentation

    1 , 1 ], [ 1 , 0 , 1 ], [ 1 , 1 , 1 ]]) >>> model...= 256 , * , learning_rate = 0.1 , batch_size = 10 , n_iter = 10...
    scikit-learn.org/stable/modules/generated/sklearn.neural_network.BernoulliRBM.html
    Thu Jul 03 11:42:05 UTC 2025
      135.8K bytes
      Cache
     
  10. pairwise_distances_argmin — scikit-learn 1.7.0 ...

    [ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0 ]] >>>...deprecated from SciPy 1.9 and will be removed in SciPy 1.11. Note 'matching'...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise_distances_argmin.html
    Thu Jul 03 11:42:05 UTC 2025
      112.1K bytes
      Cache
     
Back to top