Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1011 - 1020 of 2,632 for 2 (0.06 sec)

  1. check_estimator — scikit-learn 1.5.2 documentation

    Skip to main content Back to top Ctrl + K GitHub check_estimator # sklearn.utils.estimator_checks. check_estimator ( ...
    scikit-learn.org/stable/modules/generated/sklearn.utils.estimator_checks.check_estimator.html
    Fri Sep 20 10:21:48 UTC 2024
      108.1K bytes
      Cache
     
  2. cosine_distances — scikit-learn 1.5.2 documenta...

    Skip to main content Back to top Ctrl + K GitHub cosine_distances # sklearn.metrics.pairwise. cosine_distances ( X , ...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.cosine_distances.html
    Fri Sep 20 10:21:48 UTC 2024
      107K bytes
      Cache
     
  3. 1.9. Naive Bayes — scikit-learn 1.5.2 documenta...

    \frac{1}{\sqrt{2\pi\sigma^2_y}} \exp\left(-\frac{(x_i - \mu_y)^2}{2\sigma^2_y}\right)\]...\mu_y)^2}{2\sigma^2_y}\right)\] The parameters \(\sigma_y\) and \(\mu_y\) are...
    scikit-learn.org/stable/modules/naive_bayes.html
    Fri Sep 20 10:21:48 UTC 2024
      57.1K bytes
      Cache
     
  4. Test with permutations the significance of a cl...

    = 7 ) cv = StratifiedKFold ( 2 , shuffle = True , random_state...
    scikit-learn.org/stable/auto_examples/model_selection/plot_permutation_tests_for_classification.html
    Fri Sep 20 10:21:50 UTC 2024
      96.2K bytes
      Cache
     
  5. Color Quantization using K-Means — scikit-learn...

    figure ( 2 ) plt . clf () plt . axis ( "off"...
    scikit-learn.org/stable/auto_examples/cluster/plot_color_quantization.html
    Fri Sep 20 10:21:50 UTC 2024
      96.5K bytes
      Cache
     
  6. Probabilistic predictions with Gaussian process...

    0 ] > 2.5 , dtype = int ) # Specify Gaussian...time of the script: (0 minutes 2.422 seconds) Related examples...
    scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpc.html
    Fri Sep 20 10:21:50 UTC 2024
      106.9K bytes
      Cache
     
  7. Crafting a minimal reproducer for scikit-learn ...

    n_features = 2 , n_redundant = 0 , n_informative = 2 , n_clusters_per_class...n_features ) y = rng . randint ( 0 , 2 , n_samples ) # binary target...
    scikit-learn.org/stable/developers/minimal_reproducer.html
    Fri Sep 20 10:21:50 UTC 2024
      62.1K bytes
      Cache
      Similar Results (1)
     
  8. Fess で作る Elasticsearch ベースの検索サーバー 〜 ロールベース検索編

    2 を利用して説明します。 Fess の構築方法については 導入編...ロールベース検索を利用するための設定 Fess 10.0.2 がインストールしてあるものとします。 まだ、インストールしていない場合は、...
    fess.codelibs.org/ja/articles/article-2.html
    Fri Sep 20 02:39:17 UTC 2024
      22.2K bytes
      32 views
      Cache
     
  9. Biclustering documents with the Spectral Co-clu...

    Done in 2.87s. V-measure: 0.3015 Best biclusters:...cdt, surrender, veal bicluster 2 : 1259 documents, 3534 words categories...
    scikit-learn.org/stable/auto_examples/bicluster/plot_bicluster_newsgroups.html
    Fri Sep 20 10:21:48 UTC 2024
      106.6K bytes
      Cache
     
  10. 1.3. Kernel ridge regression — scikit-learn 1.5...

    Kernel ridge regression (KRR)[M2012] combines Ridge regression and classification(linear least squares with l2-norm regularization) with the kernel trick. It thus learns a linear function in the sp...
    scikit-learn.org/stable/modules/kernel_ridge.html
    Fri Sep 20 10:21:48 UTC 2024
      39K bytes
      1 views
      Cache
     
Back to top