- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 561 - 570 of 1,971 for = (0.12 sec)
-
Demo of affinity propagation clustering algorit...
): class_members = labels == k cluster_center = X [ cluster_centers_indices...labels_true = make_blobs ( n_samples = 300 , centers = centers ,...scikit-learn.org/stable/auto_examples/cluster/plot_affinity_propagation.html -
Underfitting vs. Overfitting — scikit-learn 1.7...
0 ) n_samples = 30 degrees = [ 1 , 4 , 15 ] X = np . sort ( np...ax , xticks = (), yticks = ()) polynomial_features = PolynomialFeatures...scikit-learn.org/stable/auto_examples/model_selection/plot_underfitting_overfitting.html -
BayesianGaussianMixture — scikit-learn 1.7.2 do...
reg_covar = 1e-06 , max_iter = 100 , n_init = 1 , init_params = 'kmeans'...n_components = 1 , covariance_type = 'full' , tol = 0.001 , reg_covar...scikit-learn.org/stable/modules/generated/sklearn.mixture.BayesianGaussianMixture.html -
LassoLarsIC — scikit-learn 1.7.2 documentation
criterion = 'aic' , * , fit_intercept = True , verbose = False ,..., precompute = 'auto' , max_iter = 500 , eps = np.float64(2....scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoLarsIC.html -
inplace_csr_row_normalize_l2 — scikit-learn 1.7...
indptr = np . array ([ 0 , 2 , 3 , 4 ]) >>> indices = np . array...>>> data = np . array ([ 1.0 , 2.0 , 3.0 , 4.0 ]) >>> X = csr_matrix...scikit-learn.org/stable/modules/generated/sklearn.utils.sparsefuncs_fast.inplace_csr_row_normaliz... -
clone — scikit-learn 1.7.2 documentation
0 ]] >>> y = [ 0 , 0 , 1 , 1 ] >>> classifier = LogisticRegression...clone ( estimator , * , safe = True ) [source] # Construct a...scikit-learn.org/stable/modules/generated/sklearn.base.clone.html -
ClassNamePrefixFeaturesOutMixin — scikit-learn ...
y = None ): ... self . _n_features_out = X . shape [...dtype=object) get_feature_names_out ( input_features = None )...scikit-learn.org/stable/modules/generated/sklearn.base.ClassNamePrefixFeaturesOutMixin.html -
map型プロパティ | DBFlute
@mapprop map: {AAA= BBB ; CCC = DDD } # {AAA=BBB;CCC=DDD} と同じ 定義値の中の空白や改行...@mapprop map: {AAA= BB B ; CCC = DD D } # {AAA=BBB;CCC=DD D} と同じ # 値の中の改行は保持されない...dbflute.seasar.org/ja/manual/reference/dfprop/mapprop.html -
FeatureUnion — scikit-learn 1.7.2 documentation
n_jobs = None , transformer_weights = None , verbose = False ,...union = FeatureUnion ([( "pca" , PCA ( n_components = 1 )), ......scikit-learn.org/stable/modules/generated/sklearn.pipeline.FeatureUnion.html -
AffinityPropagation — scikit-learn 1.7.2 docume...
damping = 0.5 , max_iter = 200 , convergence_iter = 15 , copy...copy = True , preference = None , affinity = 'euclidean' , verbose...scikit-learn.org/stable/modules/generated/sklearn.cluster.AffinityPropagation.html