- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 481 - 490 of 1,998 for = (0.06 sec)
-
KBinsDiscretizer — scikit-learn 1.7.0 documenta...
KBinsDiscretizer ( n_bins = 5 , * , encode = 'onehot' , strategy = 'quantile'...quantile_method = 'warn' , dtype = None , subsample = 200000 , random_state...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.KBinsDiscretizer.html -
Post pruning decision trees with cost complexit...
y_test = train_test_split ( X , y , random_state = 0 ) clf = DecisionTreeClassifi...train_scores , marker = "o" , label = "train" , drawstyle = "steps-post"...scikit-learn.org/stable/auto_examples/tree/plot_cost_complexity_pruning.html -
ElasticNetCV — scikit-learn 1.7.0 documentation
max_iter = 1000 , tol = 0.0001 , cv = None , copy_X = True , verbose...l1_ratio = 0.5 , eps = 0.001 , n_alphas = 100 , alphas = None ,...scikit-learn.org/stable/modules/generated/sklearn.linear_model.ElasticNetCV.html -
Swaggerの環境セットアップ | LastaFlute
LaActionSwaggerable { // ========== // Attribute // ========= @Resource private...ShowbaseConfig config ; // ========== // Execute // ======= @Execute public...dbflute.seasar.org/ja/lastaflute/howto/structure/swaggerenv.html -
getting_started.rst.txt
Getting Started ========== The purpose of this guide is to illustrate...>>> clf = RandomForestClassifi(random_state=0) >>> X = [[ 1, 2,...scikit-learn.org/stable/_sources/getting_started.rst.txt -
SpectralBiclustering — scikit-learn 1.7.0 docum...
n_clusters = 3 , * , method = 'bistochastic' , n_components = 6 , n_best...n_best = 3 , svd_method = 'randomized' , n_svd_vecs = None ,...scikit-learn.org/stable/modules/generated/sklearn.cluster.SpectralBiclustering.html -
LastaFluteの環境切り替え | LastaFlute
:3306/maihamadb ; schema = ; user = integrationdb ; password = integrationdb...@EnvDispatch(dev = SeaLogicDev. class , real = SeaLogicReal. class...dbflute.seasar.org/ja/lastaflute/howto/structure/envswitch.html -
LeavePGroupsOut — scikit-learn 1.7.0 documentation
Train: index=[2], group=[3] Test: index=[0 1], group=[1 2] Fold...Train: index=[1], group=[2] Test: index=[0 2], group=[1 3] Fold...scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeavePGroupsOut.html -
beta_divergence.png
encoding=ISO-8859-1, compression=none keyword=Software, value=Matplotlib...0.2540005 width=640, height=480, bitDepth=8, colorType=RGB, compr...scikit-learn.org/stable/_images/beta_divergence.png -
Target Encoder’s Internal Cross fitting — sciki...
transform_output = "pandas" ) ridge = Ridge ( alpha = 1e-6 , solver = "lsqr"...n_samples = 50_000 rng = np . random . RandomState ( 42 ) y = rng ....scikit-learn.org/stable/auto_examples/preprocessing/plot_target_encoder_cross_val.html