Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 781 - 790 of 1,824 for document (0.28 sec)

  1. 1.13. Feature selection — scikit-learn 1.5.2 do...

    The classes in the sklearn.feature_selection module can be used for feature selection/dimensionality reduction on sample sets, either to improve estimators’ accuracy scores or to boost their perfor...
    scikit-learn.org/stable/modules/feature_selection.html
    Fri Nov 22 23:53:26 UTC 2024
      73.2K bytes
      Cache
     
  2. L1-based models for Sparse Signals — scikit-lea...

    The present example compares three l1-based regression models on a synthetic signal obtained from sparse and correlated features that are further corrupted with additive gaussian noise: a Lasso;, a...
    scikit-learn.org/stable/auto_examples/linear_model/plot_lasso_and_elasticnet.html
    Fri Nov 22 23:53:26 UTC 2024
      120.2K bytes
      Cache
     
  3. Effect of varying threshold for self-training —...

    This example illustrates the effect of a varying threshold on self-training. The breast_cancer dataset is loaded, and labels are deleted such that only 50 out of 569 samples have labels. A SelfTrai...
    scikit-learn.org/stable/auto_examples/semi_supervised/plot_self_training_varying_threshold.html
    Fri Nov 22 23:53:27 UTC 2024
      98.2K bytes
      Cache
     
  4. Ledoit-Wolf vs OAS estimation — scikit-learn 1....

    The usual covariance maximum likelihood estimate can be regularized using shrinkage. Ledoit and Wolf proposed a close formula to compute the asymptotically optimal shrinkage parameter (minimizing a...
    scikit-learn.org/stable/auto_examples/covariance/plot_lw_vs_oas.html
    Fri Nov 22 23:53:26 UTC 2024
      99.1K bytes
      Cache
     
  5. PCA example with Iris Data-set — scikit-learn 1...

    Principal Component Analysis applied to the Iris dataset. See here for more information on this dataset. Total running time of the script:(0 minutes 0.107 seconds) Launch binder Launch JupyterLite ...
    scikit-learn.org/stable/auto_examples/decomposition/plot_pca_iris.html
    Fri Nov 22 23:53:26 UTC 2024
      86.3K bytes
      Cache
     
  6. 8. Computing with scikit-learn — scikit-learn 1...

    Strategies to scale computationally: bigger data- Scaling with instances using out-of-core learning., Computational Performance- Prediction Latency, Prediction Throughput, Tips and Tricks., Paralle...
    scikit-learn.org/stable/computing.html
    Fri Nov 22 23:53:26 UTC 2024
      31.8K bytes
      Cache
     
  7. A demo of the mean-shift clustering algorithm —...

    Reference: Dorin Comaniciu and Peter Meer, “Mean Shift: A robust approach toward feature space analysis”. IEEE Transactions on Pattern Analysis and Machine Intelligence. 2002. pp. 603-619. Generate...
    scikit-learn.org/stable/auto_examples/cluster/plot_mean_shift.html
    Fri Nov 22 23:53:27 UTC 2024
      88.2K bytes
      Cache
     
  8. 7.1. Toy datasets — scikit-learn 1.5.2 document...

    scikit-learn comes with a few small standard datasets that do not require to download any file from some external website. They can be loaded using the following functions: These datasets are usefu...
    scikit-learn.org/stable/datasets/toy_dataset.html
    Fri Nov 22 23:53:27 UTC 2024
      63.6K bytes
      Cache
     
  9. Model-based and sequential feature selection — ...

    This example illustrates and compares two approaches for feature selection: SelectFromModel which is based on feature importance, and SequentialFeatureSelector which relies on a greedy approach. We...
    scikit-learn.org/stable/auto_examples/feature_selection/plot_select_from_model_diabetes.html
    Fri Nov 22 23:53:26 UTC 2024
      118.2K bytes
      Cache
     
  10. Imputing missing values before building an esti...

    Missing values can be replaced by the mean, the median or the most frequent value using the basic SimpleImputer. In this example we will investigate different imputation techniques: imputation by t...
    scikit-learn.org/stable/auto_examples/impute/plot_missing_values.html
    Fri Nov 22 23:53:27 UTC 2024
      120.5K bytes
      Cache
     
Back to top