- Sort Score
- Num 10 results
- Language All
- Labels All
Results 931 - 940 of over 10,000 for 1 (0.23 seconds)
Filter
-
CodecConfigurer.DefaultCodecConfig (Spring Fram...
1.12 Author: Rossen Stoyanchev See...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/http/codec/CodecConf... -
CacheOperationInvoker.ThrowableWrapper (Spring ...
1 Author: Stephane Nicoll See Also:...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/cache/interceptor/Ca... -
Comparison of kernel ridge and Gaussian process...
reshape ( - 1 , 1 ) target = np . sin ( data )...ExpSineSquared(length_scale=1, periodicity=1) Our kernel has two parameters:...scikit-learn.org/stable/auto_examples/gaussian_process/plot_compare_gpr_krr.html -
Comparison of LDA and PCA 2D projection of Iris...
1 , 2 ], target_names ): plt . scatter...y == i , 0 ], X_r [ y == i , 1 ], color = color , alpha = 0.8...scikit-learn.org/stable/auto_examples/decomposition/plot_pca_vs_lda.html -
TestExecutionListeners.MergeMode (Spring Framew...
1 Author: Sam Brannen Nested Class...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/test/context/TestExe... -
Prediction Latency — scikit-learn 1.8.0 documen...
1 , verbose = False ): """Generate...configuration , duration_secs = 0.1 ): """benchmark throughput for...scikit-learn.org/stable/auto_examples/applications/plot_prediction_latency.html -
Version 0.18 — scikit-learn 1.8.0 documentation
for compatibility with NumPy 1.13.0: #7946 #8355 by Loic Esteve...Guerin, Sergei Lebedev Version 0.18.1 # November 11, 2016 Changelog...scikit-learn.org/stable/whats_new/v0.18.html -
Swiss Roll And Swiss-Hole Reduction — scikit-le...
) axs [ 1 ] . scatter ( sr_tsne [:, 0 ], sr_tsne [:, 1 ], c =...) axs [ 1 ] . scatter ( sh_tsne [:, 0 ], sh_tsne [:, 1 ], c =...scikit-learn.org/stable/auto_examples/manifold/plot_swissroll.html -
Displaying estimators and complex pipelines — s...
l1_ratio = 1 ) print ( lr ) LogisticRegression(l1_ratio=1) Rich HTML..... versionadded:: 1.0 .. versionchanged:: 1.6 `verbose_feature_names_out`...scikit-learn.org/stable/auto_examples/miscellaneous/plot_estimator_representation.html -
Illustration of Gaussian process classification...
kernels = [ 1.0 * RBF ( length_scale = 1.15 ), 1.0 * DotProduct...)[:, 1 ] Z = Z . reshape ( xx . shape ) plt . subplot ( 1 , 2...scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpc_xor.html