Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 501 - 510 of 3,264 for 2 (0.87 sec)

  1. GMM Initialization Methods — scikit-learn 1.7.2...

    subplot ( 2 , len ( methods ) // 2 , n + 1 ) start =...figsize = ( 4 * len ( methods ) // 2 , 6 )) plt . subplots_adjust (...
    scikit-learn.org/stable/auto_examples/mixture/plot_gmm_init.html
    Wed Sep 24 16:15:26 UTC 2025
      99K bytes
      Cache
     
  2. 移行 1.1.1 to 1.1.2 | DBFlute

    2 お約束の注意点 環境上の注意点 実装上の注意点 区分値カラ...Fluteの内部都合のために生成されていました。 1.1.2 からは、その内部都合を解決したので生成されなくなりました。...
    dbflute.seasar.org/ja/environment/upgrade/migration/migrate111to112.html
    Mon Sep 15 10:51:17 UTC 2025
      7.2K bytes
      Cache
     
  3. calibration_curve — scikit-learn 1.7.2 document...

    2 , 0.3 , 0.4 , 0.65 , 0.7 , 0.8...1. ]) >>> prob_pred array([0.2 , 0.525, 0.85 ]) On this page...
    scikit-learn.org/stable/modules/generated/sklearn.calibration.calibration_curve.html
    Wed Sep 24 16:15:25 UTC 2025
      110.9K bytes
      Cache
     
  4. ward_tree — scikit-learn 1.7.2 documentation

    s)^2 + \frac{|v|+|t|} {T}d(v,t)^2 - \frac{|v|} {T}d(s,t)^2}\]...array ([[ 1 , 2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 4 , 2 ], [ 4 , 4...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.ward_tree.html
    Wed Sep 24 16:15:24 UTC 2025
      112.5K bytes
      Cache
     
  5. RBF SVM parameters — scikit-learn 1.7.2 documen...

    problem involving only 2 input features and 2 possible target classes...sub-sample the dataset to keep only 2 classes and make it a binary classification...
    scikit-learn.org/stable/auto_examples/svm/plot_rbf_parameters.html
    Wed Sep 24 16:15:25 UTC 2025
      118.9K bytes
      Cache
     
  6. FeatureHasher and DictVectorizer Comparison — s...

    'is': 2, 'one': 2, 'example': 1, 'but': 1,...FeatureHasher is 2**20. Here we set n_features = 2**18 to illustrate...
    scikit-learn.org/stable/auto_examples/text/plot_hashing_vs_dict_vectorizer.html
    Wed Sep 24 16:15:25 UTC 2025
      143.5K bytes
      Cache
     
  7. Plot classification probability — scikit-learn ...

    figsize = ( 4 * 2.2 , n_classifiers * 2.2 ), ) evaluation_results...load_iris () X = iris . data [:, 0 : 2 ] # we only take the first two...
    scikit-learn.org/stable/auto_examples/classification/plot_classification_probability.html
    Wed Sep 24 16:15:25 UTC 2025
      126.1K bytes
      Cache
     
  8. Illustration of prior and posterior Gaussian pr...

    0 ] - 2.5 ) ** 2 ) n_samples = 5 Kernel cookbook...0.799**2 * ExpSineSquared(length_scale=0.791, periodicity=2.87)...
    scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpr_prior_posterior.html
    Wed Sep 24 16:15:25 UTC 2025
      135.7K bytes
      Cache
     
  9. ndcg_score — scikit-learn 1.7.2 documentation

    2 , .3 , 4 , 70 ]]) >>> ndcg_score...predictions: (10 / 10 + 5 / 10) / 2 = .75 >>> ndcg_score ( true_relevance...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.ndcg_score.html
    Wed Sep 24 16:15:25 UTC 2025
      113.6K bytes
      Cache
     
  10. load_iris — scikit-learn 1.7.2 documentation

    2 Release Highlights for scikit-learn 1.2 Decision boundary...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.load_iris.html
    Wed Sep 24 16:15:24 UTC 2025
      133.6K bytes
      Cache
     
Back to top