Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 591 - 600 of 2,485 for 2 (0.1 sec)

  1. scikit-learn: machine learning in Python — scik...

    2 is available for download ( Changelog...September 2024. scikit-learn 1.5.2 is available for download ( Changelog...
    scikit-learn.org/stable/index.html
    Mon Nov 10 15:11:18 UTC 2025
      32.7K bytes
      Cache
     
  2. LassoLarsCV — scikit-learn 1.7.2 documentation

    is: ( 1 / ( 2 * n_samples )) * || y - Xw ||^ 2_2 + alpha * ||...float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoLarsCV.html
    Mon Nov 10 15:11:19 UTC 2025
      145.6K bytes
      Cache
     
  3. Empirical evaluation of the impact of k-means i...

    1 n_clusters = grid_size ** 2 def make_data ( random_state ,...across %d runs" % n_runs ) # Part 2: Qualitative visual inspection...
    scikit-learn.org/stable/auto_examples/cluster/plot_kmeans_stability_low_dim_dense.html
    Mon Nov 10 15:11:19 UTC 2025
      105.9K bytes
      Cache
     
  4. TSNE — scikit-learn 1.7.2 documentation

    2 - 0.8. Angle less than 0.2 has quickly increasing...sklearn.manifold. TSNE ( n_components = 2 , * , perplexity = 30.0 , early_exaggeration...
    scikit-learn.org/stable/modules/generated/sklearn.manifold.TSNE.html
    Mon Nov 10 15:11:15 UTC 2025
      142.6K bytes
      Cache
     
  5. 範囲指定検索

    時間の範囲指定検索をするためには、「last_modified:[日時1 TO 日時2]」(日時1<日時2) を検索フォームに入力します。 日時はISO 8601を基準にしています。...たとえば、last_modified フィールドに対して、2016年2月21日20時(現在日時とする)から30日前までに更新された...
    fess.codelibs.org/ja/15.2/user/search-range.html
    Fri Oct 24 02:40:35 UTC 2025
      21.2K bytes
      Cache
     
  6. Part 15: File server crawls that require authen...

    2.0, supports SMBv1 or SMBv2. When...folder. This time I use Fess 13.2.0. You can get the Fess ZIP file...
    fess.codelibs.org/articles/15/document.html
    Mon Nov 10 02:37:37 UTC 2025
      20.8K bytes
      1 views
      Cache
     
  7. silhouette_score — scikit-learn 1.7.2 documenta...

    defined if number of labels is 2 <= n_labels <= n_samples - 1 ....Applied Mathematics 20: 53-65. [ 2 ] Wikipedia entry on the Silhouette...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.silhouette_score.html
    Mon Nov 10 15:11:15 UTC 2025
      116.1K bytes
      Cache
     
  8. Plot Hierarchical Clustering Dendrogram — sciki...

    This example plots the corresponding dendrogram of a hierarchical clustering using AgglomerativeClustering and the dendrogram method available in scipy. Total running time of the script:(0 minutes ...
    scikit-learn.org/stable/auto_examples/cluster/plot_agglomerative_dendrogram.html
    Mon Nov 10 15:11:15 UTC 2025
      89.5K bytes
      Cache
     
  9. Comparing Linear Bayesian Regressors — scikit-l...

    This example compares two different bayesian regressors: a Automatic Relevance Determination - ARD, a Bayesian Ridge Regression. In the first part, we use an Ordinary Least Squares(OLS) model as a ...
    scikit-learn.org/stable/auto_examples/linear_model/plot_ard.html
    Mon Nov 10 15:11:18 UTC 2025
      120.3K bytes
      Cache
     
  10. Demo of DBSCAN clustering algorithm — scikit-le...

    DBSCAN (Density-Based Spatial Clustering of Applications with Noise) finds core samples in regions of high density and expands clusters from them. This algorithm is good for data which contains clu...
    scikit-learn.org/stable/auto_examples/cluster/plot_dbscan.html
    Mon Nov 10 15:11:19 UTC 2025
      103K bytes
      Cache
     
Back to top