- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 421 - 430 of 1,994 for = (0.07 sec)
-
lastaflute-lastadoc-json-execute-snapshot.png
PixelInterleaved width=783, height=582, bitDepth=8, colorType=RGB, compr...translatedKeyword=, text=<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="XMP...dbflute.seasar.org/data/snapshot/lastaflute/lastaflute-lastadoc-json-execute-snapshot.png -
doc-SchemaHtml-List-example.png
PixelInterleaved width=1063, height=418, bitDepth=8, colorType=RGBAlpha, ...translatedKeyword=, text=<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="XMP...dbflute.seasar.org/ja/data/model/alto/doc/doc-SchemaHtml-List-example.png -
mean_shift — scikit-learn 1.6.1 documentation
min_bin_freq = 1 , cluster_all = True , max_iter = 300 , n_jobs = None..., bandwidth = None , seeds = None , bin_seeding = False , min_bin_freq...scikit-learn.org/stable/modules/generated/sklearn.cluster.mean_shift.html -
Metadata Routing — scikit-learn 1.6.1 documenta...
n_features = 100 , 4 rng = np . random . RandomState ( 42 ) X = rng...( caller = "fit" , callee = "fit" ) . add ( caller = "predict"...scikit-learn.org/stable/auto_examples/miscellaneous/plot_metadata_routing.html -
Gaussian Mixture Model Sine Curve — scikit-lear...
any ( Y == i ): continue plt . scatter ( X [ Y == i , 0 ], X.... any ( Y == i ): continue plt . scatter ( X [ Y == i , 0 ], X...scikit-learn.org/stable/auto_examples/mixture/plot_gmm_sin.html -
Imputing missing values with variants of Iterat...
n_estimators = 4 , max_depth = 10 , bootstrap = True , max_samples...max_samples = 0.5 , n_jobs = 2 , random_state = 0 , ), make_pipeline...scikit-learn.org/stable/auto_examples/impute/plot_iterative_imputer_variants_comparison.html -
NearestCentroid — scikit-learn 1.6.1 documentation
metric = 'euclidean' , * , shrink_threshold = None , priors = 'uniform'...>>> y = np . array ([ 1 , 1 , 1 , 2 , 2 , 2 ]) >>> clf = NearestCentroid...scikit-learn.org/stable/modules/generated/sklearn.neighbors.NearestCentroid.html -
mean_variance_axis — scikit-learn 1.6.1 documen...
weights = None , return_sum_weights = False ) [source]...each feature if axis=0 or each sample if axis=1 . Added in version...scikit-learn.org/stable/modules/generated/sklearn.utils.sparsefuncs.mean_variance_axis.html -
Gaussian Processes regression: basic introducto...
linspace ( start = 0 , stop = 10 , num = 1_000 ) . reshape ( - 1 ,..., y , label = r "$f(x) = x \sin(x)$" , linestyle = "dotted" )...scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpr_noisy_targets.html -
MinMaxScaler — scikit-learn 1.6.1 documentation
feature_range = (0, 1) , * , copy = True , clip = False ) [source]...X_std = ( X - X . min ( axis = 0 )) / ( X . max ( axis = 0 ) -...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.MinMaxScaler.html