- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 501 - 510 of 3,264 for 2 (0.25 sec)
-
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 -
移行 1.1.1 to 1.1.2 | DBFlute
dbflute.seasar.org/ja/environment/upgrade/migration/migrate111to112.html -
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 -
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 -
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 -
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 -
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 -
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 -
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 -
load_iris — scikit-learn 1.7.2 documentation
scikit-learn.org/stable/modules/generated/sklearn.datasets.load_iris.html