Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 831 - 840 of 2,956 for 1 (0.46 sec)

  1. Demonstrating the different strategies of KBins...

    ]]) centers_1 = np . array ([[ 0 , 0 ], [ 3 , 1 ]]) # construct...strategies ) + 1 , i ) ax . scatter ( X [:, 0 ], X [:, 1 ], edgecolors...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_discretization_strategies.html
    Mon Apr 21 17:07:39 UTC 2025
      100.5K bytes
      Cache
     
  2. Model selection with Probabilistic PCA and Fact...

    5 sigma = 1.0 rng = np . random . RandomState...
    scikit-learn.org/stable/auto_examples/decomposition/plot_pca_vs_fa_model_selection.html
    Mon Apr 21 17:07:39 UTC 2025
      110.4K bytes
      Cache
     
  3. Visualizing the stock market structure — scikit...

    index ] = 1 dy = y - embedding [ 1 ] dy [ index ] = 1 this_dx =...alphas = np . logspace ( - 1.5 , 1 , num = 10 ) edge_model = covariance...
    scikit-learn.org/stable/auto_examples/applications/plot_stock_market.html
    Mon Apr 21 17:07:38 UTC 2025
      138.1K bytes
      Cache
     
  4. Agglomerative clustering with and without struc...

    ) t = 1.5 * np . pi * ( 1 + 3 * np . random . rand ( 1 , n_samples..."single" )): plt . subplot ( 1 , 4 , index + 1 ) model = AgglomerativeCluster...
    scikit-learn.org/stable/auto_examples/cluster/plot_agglomerative_clustering.html
    Mon Apr 21 17:07:38 UTC 2025
      97.5K bytes
      Cache
     
  5. Demonstration of multi-metric evaluation on cro...

    1 ) # Get the regular numpy array...sample_score_std , alpha = 0.1 if sample == "test" else 0 , color...
    scikit-learn.org/stable/auto_examples/model_selection/plot_multi_metric_evaluation.html
    Mon Apr 21 17:07:39 UTC 2025
      101.4K bytes
      Cache
     
  6. Theil-Sen Regression — scikit-learn 1.6.1 docum...

    than or equal to n_features + 1. The final slope and intercept...Linear model y = 3*x + N(2, 0.1**2) x = np . random . randn (...
    scikit-learn.org/stable/auto_examples/linear_model/plot_theilsen.html
    Mon Apr 21 17:07:39 UTC 2025
      103.1K bytes
      Cache
     
  7. 1.2. Linear and Quadratic Discriminant Analysis...

    equal to \(\frac{1}{n - 1} X_k^tX_k = \frac{1}{n - 1} V S^2 V^t\)...\frac{1}{(2\pi)^{d/2} |\Sigma_k|^{1/2}}\exp\left(-\frac{1}{2} (x-\mu_k)^t...
    scikit-learn.org/stable/modules/lda_qda.html
    Sat Apr 19 00:31:21 UTC 2025
      53.2K bytes
      Cache
     
  8. Version 0.21 — scikit-learn 1.6.1 documentation

    threaded for n_jobs > 1 or n_jobs = -1 . #12955 by Prabakaran...linear_model.ARDRegression and Scipy>=1.3.0. Adapts to upstream changes...
    scikit-learn.org/stable/whats_new/v0.21.html
    Sat Apr 19 00:31:22 UTC 2025
      209.8K bytes
      Cache
     
  9. Compressive sensing: tomography reconstruction ...

    floor_x + 1 )), np . hstack (( 1 - alpha , alpha ))...int ), ( points [ 1 ]) . astype ( int )] = 1 mask = ndimage ....
    scikit-learn.org/stable/auto_examples/applications/plot_tomography_l1_reconstruction.html
    Mon Apr 21 17:07:39 UTC 2025
      112.7K bytes
      Cache
     
  10. Version 0.20 — scikit-learn 1.6.1 documentation

    1} or {-1, 1} through pos_label parameter....PyPy3-v5.10+, Numpy 1.14.0+, and scipy 1.1.0+ are required. #11010...
    scikit-learn.org/stable/whats_new/v0.20.html
    Sat Apr 19 00:31:22 UTC 2025
      309.7K bytes
      Cache
     
Back to top