- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 471 - 480 of 1,971 for = (0.18 sec)
-
Selecting dimensionality reduction with Pipelin...
LinearSVC(dual=False, max_iter=10000))]), n_jobs=1, param_grid=[{'classify__C':...LinearSVC X , y = load_digits ( return_X_y = True ) pipe = Pipeline...scikit-learn.org/stable/auto_examples/compose/plot_compare_reduction.html -
HistGradientBoostingRegressor — scikit-learn 1....
n_iter_no_change = 10 , tol = 1e-07 , verbose = 0 , random_state = None )...learning_rate = 0.1 , max_iter = 100 , max_leaf_nodes = 31 , max_depth...scikit-learn.org/stable/modules/generated/sklearn.ensemble.HistGradientBoostingRegressor.html -
業務的one-to-one (BizOneToOne) | DBFlute
TARGET_TYPE + = = = = = = = = = + | 1 | 1 | SEA | | 2...LND | | 6 | 2 | LND | + = = = = = = = = = + PK_ID {1,2,3,4} の GENERAL_ID...dbflute.seasar.org/ja/manual/function/genbafit/implfit/bizonetoone/index.html -
Face completion with a multi-output estimators ...
targets = fetch_olivetti_faces ( return_X_y = True ) train = data...n_faces = 5 rng = check_random_state ( 4 ) face_ids = rng . randint...scikit-learn.org/stable/auto_examples/miscellaneous/plot_multioutput_face_completion.html -
Shrinkage covariance estimation: LedoitWolf vs ...
color = "magenta" , linewidth = 3 , label = "Ledoit-Wolf...loglik_oa , color = "purple" , linewidth = 3 , label = "OAS estimate"...scikit-learn.org/stable/auto_examples/covariance/plot_covariance_estimation.html -
LogisticRegressionCV — scikit-learn 1.7.2 docum...
Cs = 10 , fit_intercept = True , cv = None , dual = False...penalty = 'l2' , scoring = None , solver = 'lbfgs' , tol = 0.0001...scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegressionCV.html -
読むだけDBFlute | DBFlute
memberId = member .getMemberId(); String memberName = member .getMemberName();...memberAccount = member .getMemberAccount(); LocalDate birthdate = member...dbflute.seasar.org/ja/tutorial/readonlyflute.html -
SVM Margins Example — scikit-learn 1.7.2 docume...
x_min = - 4.8 x_max = 4.2 y_min = - 6 y_max = 6 YY , XX = np ....0.05 )): clf = svm . SVC ( kernel = "linear" , C = penalty ) clf...scikit-learn.org/stable/auto_examples/svm/plot_svm_margin.html -
Kernel PCA — scikit-learn 1.7.2 documentation
y = make_circles ( n_samples = 1_000 , factor = 0.3 , noise...test_ax ) = plt . subplots ( ncols = 2 , sharex = True , sharey...scikit-learn.org/stable/auto_examples/decomposition/plot_kernel_pca.html -
Comparison of LDA and PCA 2D projection of Iris...
[ y == i , 0 ], X_r2 [ y == i , 1 ], alpha = 0.8 , color = color...( X_r [ y == i , 0 ], X_r [ y == i , 1 ], color = color , alpha...scikit-learn.org/stable/auto_examples/decomposition/plot_pca_vs_lda.html