- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 781 - 790 of 2,024 for = (0.21 sec)
-
intro-operate-linkdoc-snapshot.png
17639795 width=1924, height=1170, bitDepth=8, colorType=RGBAlpha,...translatedKeyword=, text=<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="XMP...dbflute.seasar.org/data/snapshot/intro/operate/intro-operate-linkdoc-snapshot.png -
リクエストの全記録、InOutログ | LastaFlute
versionNo=0, memberName=, memberStatus=FML, update=Update, memberAccount=Pixy,...versionNo=0, memberName=, memberStatus=FML, update=Update, memberAccount=Pixy,...dbflute.seasar.org/ja/lastaflute/howto/action/logging/inoutlog.html -
Probability Calibration for 3-class classificat...
y = make_blobs ( n_samples = 2000 , n_features = 2 , centers...centers = 3 , random_state = 42 , cluster_std = 5.0 ) X_train ,...scikit-learn.org/stable/auto_examples/calibration/plot_calibration_multiclass.html -
Product — scikit-learn 1.7.1 documentation
y = make_friedman2 ( n_samples = 500 , noise = 0 , random_state...RBF(length_scale=1) __call__ ( X , Y = None , eval_gradient = False )...scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.Product.html -
Two-class AdaBoost — scikit-learn 1.7.1 documen...
[ y == i ], bins = 10 , range = plot_range , facecolor = c ,...n_features = 2 , n_classes = 2 , random_state = 1 ) X2 , y2 = make_gaussian_quantiles...scikit-learn.org/stable/auto_examples/ensemble/plot_adaboost_twoclass.html -
Comparison of kernel ridge and Gaussian process...
label = "True signal" , linewidth = 2 , linestyle = "dashed"...), label = "Kernel ridge" , linewidth = 2 , linestyle = "dashdot"...scikit-learn.org/stable/auto_examples/gaussian_process/plot_compare_gpr_krr.html -
SelectPercentile — scikit-learn 1.7.1 documenta...
score_func=<function f_classif> , * , percentile=10 ) [source]..., chi2 >>> X , y = load_digits ( return_X_y = True ) >>> X . shape...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectPercentile.html -
SelectFwe — scikit-learn 1.7.1 documentation
SelectFwe ( score_func=<function f_classif> , * , alpha=0.05 ) [source]...chi2 >>> X , y = load_breast_cancer ( return_X_y = True ) >>> X...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectFwe.html -
SelectFdr — scikit-learn 1.7.1 documentation
SelectFdr ( score_func=<function f_classif> , * , alpha=0.05 ) [source]...chi2 >>> X , y = load_breast_cancer ( return_X_y = True ) >>> X...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectFdr.html -
ledoit_wolf — scikit-learn 1.7.1 documentation
>>> X = rng . multivariate_normal ( mean = [ 0 , 0 ], cov = real_cov...* , assume_centered = False , block_size = 1000 ) [source] # Estimate...scikit-learn.org/stable/modules/generated/sklearn.covariance.ledoit_wolf.html