Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 411 - 420 of 2,737 for 2 (0.07 sec)

  1. HashingVectorizer — scikit-learn 1.5.2 document...

    2) means unigrams and bigrams, and (2, 2) means only...n_features is large enough (e.g. 2 ** 18 for text classification...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.text.HashingVectorizer.html
    Fri Nov 08 17:29:41 UTC 2024
      143.7K bytes
      Cache
     
  2. Model selection with Probabilistic PCA and Fact...

    rand ( n_features ) + sigma / 2.0 X_hetero = X + rng . randn (...shrinkages = np . logspace ( - 2 , 0 , 30 ) cv = GridSearchCV (...
    scikit-learn.org/stable/auto_examples/decomposition/plot_pca_vs_fa_model_selection.html
    Fri Nov 08 17:29:42 UTC 2024
      106.2K bytes
      Cache
     
  3. Classifier comparison — scikit-learn 1.5.2 docu...

    n_features = 2 , n_redundant = 0 , n_informative = 2 , random_state.... random . RandomState ( 2 ) X += 2 * rng . uniform ( size =...
    scikit-learn.org/stable/auto_examples/classification/plot_classifier_comparison.html
    Fri Nov 08 17:29:42 UTC 2024
      109.5K bytes
      Cache
     
  4. oas — scikit-learn 1.5.2 documentation

    formula (23) states that 2/p (p being the number of features)...because for a large p, the value of 2/p is so small that it doesn’t...
    scikit-learn.org/stable/modules/generated/oas-function.html
    Fri Nov 08 17:29:41 UTC 2024
      108K bytes
      Cache
     
  5. BisectingKMeans — scikit-learn 1.5.2 documentation

    2, 0, 2, 0, 2, 1, 1, 1], dtype=int32)...], ... [ 10 , 0 ], [ 2 , 1 ], [ 10 , 2 ], ... [ 10 , 8 ], [ 10...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.BisectingKMeans.html
    Fri Nov 08 17:29:41 UTC 2024
      150.6K bytes
      Cache
     
  6. KernelRidge — scikit-learn 1.5.2 documentation

    float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...coefficient of determination \(R^2\) is defined as \((1 - \frac{u}{v})\)...
    scikit-learn.org/stable/modules/generated/sklearn.kernel_ridge.KernelRidge.html
    Fri Nov 08 17:29:41 UTC 2024
      141.6K bytes
      Cache
     
  7. PredictionErrorDisplay — scikit-learn 1.5.2 doc...

    2 Release Highlights for scikit-learn 1.2 Combine predictors...Evaluation Guide . Added in version 1.2. Parameters : y_true ndarray of...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.PredictionErrorDisplay.html
    Fri Nov 08 17:29:41 UTC 2024
      139.3K bytes
      Cache
     
  8. RFE — scikit-learn 1.5.2 documentation

    2, 5]) property classes_ # Classes...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.RFE.html
    Fri Nov 08 17:29:41 UTC 2024
      146.8K bytes
      Cache
     
  9. Feature discretization — scikit-learn 1.5.2 doc...

    n_features = 2 , n_redundant = 0 , n_informative = 2 , random_state...GradientBoostingClas: 0.84 SVC: 0.84 dataset 2 --------- LogisticRegression:...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_discretization_classification.html
    Fri Nov 08 17:29:42 UTC 2024
      123.6K bytes
      Cache
     
  10. Incremental PCA — scikit-learn 1.5.2 documentation

    target n_components = 2 ipca = IncrementalPCA ( n_components...target_name in zip ( colors , [ 0 , 1 , 2 ], iris . target_names ): plt...
    scikit-learn.org/stable/auto_examples/decomposition/plot_incremental_pca.html
    Fri Nov 08 17:29:41 UTC 2024
      87.3K bytes
      Cache
     
Back to top