Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 871 - 880 of 3,359 for document (0.78 seconds)

Filter
  1. Theil-Sen Regression — scikit-learn 1.8.0 docum...

    Computes a Theil-Sen Regression on a synthetic dataset. See Theil-Sen estimator: generalized-median-based estimator for more information on the regressor. Compared to the OLS (ordinary least square...
    scikit-learn.org/stable/auto_examples/linear_model/plot_theilsen.html
    Mon Mar 23 20:39:20 UTC 2026
      16.9K bytes
      Cache
     
  2. Pipelines and composite estimators — scikit-lea...

    Examples of how to compose transformers and pipelines from other estimators. See the User Guide. Column Transformer with Heterogeneous Data Sources Column Transformer with Mixed Types Concatenating...
    scikit-learn.org/stable/auto_examples/compose/index.html
    Mon Mar 23 20:39:20 UTC 2026
      13.4K bytes
      Cache
     
  3. Importance of Feature Scaling — scikit-learn 1....

    Feature scaling through standardization, also called Z-score normalization, is an important preprocessing step for many machine learning algorithms. It involves rescaling each feature such that it ...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_scaling_importance.html
    Mon Mar 23 20:39:20 UTC 2026
      19.4K bytes
      Cache
     
  4. SVM Margins Example — scikit-learn 1.8.0 docume...

    The plots below illustrate the effect the parameter C has on the separation line. A large value of C basically tells our model that we do not have that much faith in our data’s distribution, and wi...
    scikit-learn.org/stable/auto_examples/svm/plot_svm_margin.html
    Mon Mar 23 20:39:20 UTC 2026
      16.3K bytes
      Cache
     
  5. Nearest Centroid Classification — scikit-learn ...

    Sample usage of Nearest Centroid classification. It will plot the decision boundaries for each class.,., Total running time of the script:(0 minutes 0.135 seconds) Launch binder Launch JupyterLite ...
    scikit-learn.org/stable/auto_examples/neighbors/plot_nearest_centroid.html
    Mon Mar 23 20:39:21 UTC 2026
      15.6K bytes
      Cache
     
  6. 2. Unsupervised learning — scikit-learn 1.8.0 d...

    Gaussian mixture models- Gaussian Mixture, Variational Bayesian Gaussian Mixture., Manifold learning- Introduction, Isomap, Locally Linear Embedding, Modified Locally Linear Embedding, Hessian Eige...
    scikit-learn.org/stable/unsupervised_learning.html
    Mon Mar 23 20:39:21 UTC 2026
      7.5K bytes
      Cache
     
  7. Permutation Importance vs Random Forest Feature...

    Documentation for Pipeline i Fitted Parameters...preprocess: ColumnTransformer ? Documentation for preprocess: ColumnTransformer...
    scikit-learn.org/stable/auto_examples/inspection/plot_permutation_importance.html
    Mon Mar 23 20:39:21 UTC 2026
      48.5K bytes
      Cache
     
  8. Post-hoc tuning the cut-off point of decision f...

    Documentation for Pipeline i Not fitted...False StandardScaler ? Documentation for StandardScaler Parameters...
    scikit-learn.org/stable/auto_examples/model_selection/plot_tuned_decision_threshold.html
    Mon Mar 23 20:39:21 UTC 2026
      28.9K bytes
      Cache
     
  9. 9.1. Strategies to scale computationally: bigge...

    beyond the scope of this documentation. 9.1.1.2. Extracting features...shingVectorizer for text documents. 9.1.1.3. Incremental learning...
    scikit-learn.org/stable/computing/scaling_strategies.html
    Mon Mar 23 20:39:21 UTC 2026
      9.5K bytes
      Cache
     
  10. Image denoising using dictionary learning — sci...

    An example comparing the effect of reconstructing noisy fragments of a raccoon face image using firstly online Dictionary Learning and various transform methods. The dictionary is fitted on the dis...
    scikit-learn.org/stable/auto_examples/decomposition/plot_image_denoising.html
    Mon Mar 23 20:39:22 UTC 2026
      18.5K bytes
      1 views
      Cache
     
Back to Top