- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1521 - 1530 of over 10,000 for 2 (3.54 seconds)
Filter
-
ClassicalMDS — scikit-learn 1.8.0 documentation
ClassicalMDS ( n_components = 2 , * , metric = 'euclidean' , metric_params...Parameters : n_components int, default=2 Number of embedding dimensions....scikit-learn.org/stable/modules/generated/sklearn.manifold.ClassicalMDS.html -
Blind source separation using FastICA — scikit-...
# Signal 2 : square signal s3 = signal . sawtooth ( 2 * np . pi...1 , 1 ], [ 0.5 , 2 , 1.0 ], [ 1.5 , 1.0 , 2.0 ]]) # Mixing matrix...scikit-learn.org/stable/auto_examples/decomposition/plot_ica_blind_source_separation.html -
Install Red Hat OpenShift Virtualization on IBM...
0 Copy code Step 2.2: Install IBM VPC file CSI plug-in...available only in the ca-tor-2 and ca-tor-3 zones. Be sure to...developer.ibm.com/tutorials/openshift-virtualization-ibm-cloud/ -
Scalable learning with polynomial kernel approx...
= 2 ] = 0 y [ y == 2 ] = 1 # We will try to...We use the Covtype dataset [ 2 ] , trying to reproduce the experiments...scikit-learn.org/stable/auto_examples/kernel_approximation/plot_scalable_poly_kernels.html -
safe_sqr — scikit-learn 1.8.0 documentation
Returns : X ** 2 element wise square Return the...>>> safe_sqr ([ 1 , 2 , 3 ]) array([1, 4, 9]) On this...scikit-learn.org/stable/modules/generated/sklearn.utils.safe_sqr.html -
Plot classification boundaries with different S...
2 , 0.5 ], [ 0.2 , - 2.0 ], [ 0.5 , - 2.4 ], [ 0.2 , - 2.3...[ - 1.3 , - 1.2 ], [ - 1.1 , - 0.2 ], [ - 1.2 , - 0.4 ], [ -...scikit-learn.org/stable/auto_examples/svm/plot_svm_kernels.html -
ProxyJCacheConfiguration (Spring Framework 7.0....
proxyBeanMethods =false) @Role (2) public class ProxyJCacheConfigura...nternalJCacheAdviso") @Role (2) public BeanFactoryJCacheOpe...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/cache/jcache/config/... -
Incremental PCA — scikit-learn 1.8.0 documentation
target n_components = 2 ipca = IncrementalPCA ( n_components...target_name in zip ( colors , [ 0 , 1 , 2 ], iris . target_names ): plt...scikit-learn.org/stable/auto_examples/decomposition/plot_incremental_pca.html -
jaccard_score — scikit-learn 1.8.0 documentation
scikit-learn.org/stable/modules/generated/sklearn.metrics.jaccard_score.html -
Decision Tree Regression with AdaBoost — scikit...
linewidth = 2 ) plt . plot ( X , y_2 , color = colors [ 2 ], label..."n_estimators=300" , linewidth = 2 ) plt . xlabel ( "data" ) plt...scikit-learn.org/stable/auto_examples/ensemble/plot_adaboost_regression.html