- Sort Score
- Num 10 results
- Language All
- Labels All
Results 241 - 250 of over 10,000 for 1 (3.52 seconds)
Filter
-
SpectralClustering — scikit-learn 1.8.0 documen...
array ([[ 1 , 1 ], [ 2 , 1 ], [ 1 , 0 ], ... [ 4 , 7...clustering . labels_ array([1, 1, 1, 0, 0, 0]) >>> clustering ...scikit-learn.org/stable/modules/generated/sklearn.cluster.SpectralClustering.html -
check_array — scikit-learn 1.8.0 documentation
ensure_min_samples = 1 , ensure_min_features = 1 , estimator = None...documentation. Added in version 1.1.0. Returns : array_converted...scikit-learn.org/stable/modules/generated/sklearn.utils.check_array.html -
Kernel PCA — scikit-learn 1.8.0 documentation
1 ], c = y_train ) train_ax . set_ylabel ( "Feature #1" )...( X_test [:, 0 ], X_test [:, 1 ], c = y_test ) test_ax . set_xlabel...scikit-learn.org/stable/auto_examples/decomposition/plot_kernel_pca.html -
ExtraTreeRegressor — scikit-learn 1.8.0 documen...
min_samples_leaf = 1 , min_weight_fraction_leaf = 0.0 , max_features = 1.0 ,...max_features=n_features . Changed in version 1.1: The default of max_features...scikit-learn.org/stable/modules/generated/sklearn.tree.ExtraTreeRegressor.html -
TSNE — scikit-learn 1.8.0 documentation
1 , 1 ], [ 1 , 0 , 1 ], [ 1 , 1 , 1 ]]) >>> X_embedded...metric function. Added in version 1.1. init {“random”, “pca”} or ndarray...scikit-learn.org/stable/modules/generated/sklearn.manifold.TSNE.html -
johnson_lindenstrauss_min_dim — scikit-le...
by: (1 - eps) ||u - v||^2 < ||p(u) - p(v)||^2 < (1 + eps)...]0, 1[ and p is a projection by a random Gaussian N(0, 1) matrix...scikit-learn.org/stable/modules/generated/sklearn.random_projection.johnson_lindenstrauss_min_dim... -
PatchExtractor — scikit-learn 1.8.0 documentation
1), it is taken to mean a proportion...load_sample_images () . images [ 1 ] >>> X = X [ None , ... ] >>>...scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.image.PatchExtractor.html -
mean_variance_axis — scikit-learn 1.8.0 d...
1 , 2 , 2 ]) >>> data = np . array ([ 8 , 1 , 2...of CSR or CSC format. axis {0, 1} Axis along which the axis should...scikit-learn.org/stable/modules/generated/sklearn.utils.sparsefuncs.mean_variance_axis.html -
AbstractResourceBasedMessageSource (Spring Fram...
Properties default encoding: ISO-8859-1. A null value indicates the platform...properties files. Default is "-1", indicating to cache forever...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/context/support/Abst... -
VotingRegressor — scikit-learn 1.8.0 documentation
means 1 unless in a joblib.parallel_backend context. -1 means...KNeighborsRegressor () >>> X = np . array ([[ 1 , 1 ], [ 2 , 4 ], [ 3 , 9 ], [ 4...scikit-learn.org/stable/modules/generated/sklearn.ensemble.VotingRegressor.html