- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1251 - 1260 of over 10,000 for 2 (0.29 seconds)
Filter
-
test.md
第一項目 - Lorem ipsum 2. 第二項目 - 吾輩は猫である 3. 第三項目 - Test...Lorem ipsum dolor sit amet | | 2 | 吾輩は猫である | 夏目漱石の小説 | | 3 | Test...raw.githubusercontent.com/codelibs/fess-testdata/master/files/markdown/test.md -
dict_learning — scikit-learn 1.8.0 documentation
X_hat - X ) ** 2 , axis = 1 ) / np . sum ( X ** 2 , axis = 1 ))...argmin 0.5 || X - U V || _Fro ^ 2 + alpha * || U || _1 , 1 ( U ,...scikit-learn.org/stable/modules/generated/sklearn.decomposition.dict_learning.html -
SpectralEmbedding — scikit-learn 1.8.0 document...
SpectralEmbedding ( n_components = 2 , * , affinity = 'nearest_neighbors'...Parameters : n_components int, default=2 The dimension of the projected...scikit-learn.org/stable/modules/generated/sklearn.manifold.SpectralEmbedding.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 -
Comparison between grid search and successive h...
1e-2 , 1e-3 , 1e-4 , 1e-5 , 1e-6 ,...param_grid = param_grid , factor = 2 , random_state = rng ) gsh . fit...scikit-learn.org/stable/auto_examples/model_selection/plot_successive_halving_heatmap.html -
Deploy Apache Spark jobs to Kubernetes using Te...
1 g executor: instances: 2 memory: 2 g Copy code Show more Note...1 g executor: instances: 2 memory: 2 g 📝 Results No results 📂...developer.ibm.com/tutorials/deploy-spark-jobs-to-kubernetes-using-tekton-pipelines/ -
DictionaryLearning — scikit-learn 1.8.0 documen...
X_hat - X ) ** 2 , axis = 1 ) / np . sum ( X ** 2 , axis = 1 ))...argmin 0.5 || X - U V || _Fro ^ 2 + alpha * || U || _1 , 1 ( U ,...scikit-learn.org/stable/modules/generated/sklearn.decomposition.DictionaryLearning.html -
Working with Elastic Support: Best practices | ...
business day 2 business days - Development - - - 2 business days...Urgent (Level 1) High (Level 2) Normal (Level 3) Premium 30 minutes...www.elastic.co/support/welcome -
Label Propagation digits: Demonstrating perform...
RandomState ( 2 ) indices = np . arange ( len...1.00 1.00 27 1 0.82 1.00 0.90 37 2 1.00 0.86 0.92 28 3 1.00 0.80...scikit-learn.org/stable/auto_examples/semi_supervised/plot_label_propagation_digits.html -
Sum — scikit-learn 1.8.0 documentation
kernel = Sum ( ConstantKernel ( 2 ), RBF ()) >>> gpr = GaussianProcessRegre...X , y ) 1.0 >>> kernel 1.41**2 + RBF(length_scale=1) __call__...scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.Sum.html