Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 571 - 580 of 2,024 for = (0.6 sec)

  1. pygments.css

    html[data-theme="light"] .highlight pre { line-height: 125%;...125%; } html[data-theme="light"] .highlight td.linenos .normal { color:...
    scikit-learn.org/stable/_static/pygments.css
    Mon Aug 25 13:49:20 UTC 2025
      14.5K bytes
     
  2. Common pitfalls in the interpretation of coeffi...

    data = coefs , orient = "h" , palette = "dark:k" , alpha = 0.5...data = coefs , orient = "h" , color = "cyan" , saturation = 0.5...
    scikit-learn.org/stable/auto_examples/inspection/plot_linear_model_coefficient_interpretation.html
    Mon Aug 25 13:49:18 UTC 2025
      325.8K bytes
      Cache
     
  3. Multiclass sparse logistic regression on 20newg...

    train_samples=4500, n_features=130107, n_classes=20 [model=One versus...max_iter = this_max_iter , random_state = 42 , ) if model == "ovr"...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sparse_logistic_regression_20newsgroups.html
    Mon Aug 25 13:49:19 UTC 2025
      106.2K bytes
      Cache
     
  4. Manifold learning on handwritten digits: Locall...

    axs = plt . subplots ( nrows = 10 , ncols = 10 , figsize = ( 6...X [ y == digit ] . T , marker = f "$ { digit } $" , s = 60 , color...
    scikit-learn.org/stable/auto_examples/manifold/plot_lle_digits.html
    Mon Aug 25 13:49:18 UTC 2025
      119.3K bytes
      Cache
     
  5. Prediction Intervals for Gradient Boosting Regr...

    all_models = {} common_params = dict ( learning_rate = 0.05 , n_estimators...n_estimators = 200 , max_depth = 2 , min_samples_leaf = 9 , min_samples_split...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_quantile.html
    Mon Aug 25 13:49:18 UTC 2025
      140.9K bytes
      Cache
     
  6. plot_multi_metric_evaluation.py

    """ ========== Demonstration of multi-metric evaluation on cross_val_score...cross_val_score and GridSearchCV ========== Multiple metric parameter...
    scikit-learn.org/stable/_downloads/dedbcc9464f3269f4f012f4bfc7d16da/plot_multi_metric_evaluation.py
    Sat Aug 23 16:32:03 UTC 2025
      3.6K bytes
     
  7. Linear and Quadratic Discriminant Analysis with...

    y_right = X [ y == y_pred ], y [ y == y_pred ] X_wrong...[:, 1 ], c = y_right , s = 20 , cmap = cmap , alpha = 0.5 ) ax...
    scikit-learn.org/stable/auto_examples/classification/plot_lda_qda.html
    Mon Aug 25 13:49:19 UTC 2025
      118.5K bytes
      Cache
     
  8. ClusterMixin — scikit-learn 1.7.1 documentation

    y = None ): ... self . labels_ = np . ones ( shape = ( len...),), dtype = np . int64 ) ... return self >>> X = [[ 1 , 2 ],...
    scikit-learn.org/stable/modules/generated/sklearn.base.ClusterMixin.html
    Mon Aug 25 13:49:24 UTC 2025
      109.1K bytes
      Cache
     
  9. Partial Dependence and Individual Conditional E...

    mask_training = X [ "year" ] == 0.0 X = X . drop ( columns = [ "year"...xtick_period = 6 , 12 fig , axs = plt . subplots ( nrows = 2 , figsize...
    scikit-learn.org/stable/auto_examples/inspection/plot_partial_dependence.html
    Mon Aug 25 13:49:23 UTC 2025
      228.7K bytes
      Cache
     
  10. CDL: Visualising the power of data with Canvas ...

    progress shape="gauge" label=true font={font family="'Open Sans',...sans-serif" size=24 align="center" color="#FFFFFF" weight="normal" underline=false...
    www.elastic.co/blog/cdl-visualising-the-power-of-data-with-canvas-and-elasticsearch
    Tue Aug 26 00:47:57 UTC 2025
      391.9K bytes
      Cache
     
Back to top