- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 411 - 420 of 1,994 for = (0.11 sec)
-
erflute-howto-vdiagram-overview-snapshot.png
17639795 width=2560, height=1600, bitDepth=8, colorType=RGBAlpha,...translatedKeyword=, text=<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="XMP...dbflute.seasar.org/data/snapshot/helper/erflute/erflute-howto-vdiagram-overview-snapshot.png -
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 -
r2_score — scikit-learn 1.6.1 documentation
sample_weight = None , multioutput = 'uniform_average' ,...r2_score >>> y_true = [ 3 , - 0.5 , 2 , 7 ] >>> y_pred = [ 2.5 , 0.0...scikit-learn.org/stable/modules/generated/sklearn.metrics.r2_score.html -
Prediction Intervals for Gradient Boosting Regr...
all_models = {} common_params = dict ( learning_rate = 0.05 , n_estimators...n_estimators = 200 , max_depth = 2 , min_samples_leaf = 9 , min_samples_split...scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_quantile.html -
Release Highlights for scikit-learn 0.23 — scik...
noise = rng . normal ( loc = 0.0 , scale = 0.01 , size = n_samples...alpha = 0.5 , zorder =- 1 , label = "samples" , color = "tab:green"...scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_0_23_0.html -
ShrunkCovariance — scikit-learn 1.6.1 documenta...
store_precision = True , assume_centered = False , shrinkage = 0.1 ) [source]...multivariate_normal ( mean = [ 0 , 0 ], ... cov = real_cov , ... size = 500 ) >>>...scikit-learn.org/stable/modules/generated/sklearn.covariance.ShrunkCovariance.html -
LeaveOneOut — scikit-learn 1.6.1 documentation
Train: index=[1] Test: index=[0] Fold 1: Train: index=[0] Test:...equivalent to KFold(n_splits=n) and LeavePOut(p=1) where n is the number...scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeaveOneOut.html -
SAFluteのJSONハンドリング (Json Handling) | DBFlute
@Java // ========== // Prepare Result // ========== @Override...Required } // ========== // WebBean // ======= protected ApiResultWebBean...dbflute.seasar.org/ja/manual/function/helper/saflute/jsonhandling.html -
Compare BIRCH and MiniBatchKMeans — scikit-lear...
c = "w" , edgecolor = col , marker = "." , alpha = 0.5 )...max_no_improvement = 10 , verbose = 0 , random_state = 0 , ) t0 = time ()...scikit-learn.org/stable/auto_examples/cluster/plot_birch_vs_minibatchkmeans.html