- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 961 - 970 of 2,528 for = (0.07 sec)
-
Lasso model selection via information criteria ...
y = load_diabetes ( return_X_y = True , as_frame = True )...aic_criterion , color = "tab:blue" , marker = "o" , label = "AIC criterion"...scikit-learn.org/stable/auto_examples/linear_model/plot_lasso_lars_ic.html -
RBFSampler — scikit-learn 1.5.2 documentation
gamma = 1.0 , n_components = 100 , random_state = None ) [source]...rbf_feature = RBFSampler ( gamma = 1 , random_state = 1 ) >>> X_features...scikit-learn.org/stable/modules/generated/sklearn.kernel_approximation.RBFSampler.html -
TweedieRegressor — scikit-learn 1.5.2 documenta...
power = 0.0 , alpha = 1.0 , fit_intercept = True , link = 'auto'...'auto' , solver = 'lbfgs' , max_iter = 100 , tol = 0.0001 , warm_start...scikit-learn.org/stable/modules/generated/sklearn.linear_model.TweedieRegressor.html -
HuberRegressor — scikit-learn 1.5.2 documentation
n_samples = 200 , n_features = 2 , noise = 4.0 , coef = True , random_state...( * , epsilon = 1.35 , max_iter = 100 , alpha = 0.0001 , warm_start...scikit-learn.org/stable/modules/generated/sklearn.linear_model.HuberRegressor.html -
6.8. Pairwise metrics, Affinities and Kernels —...
b ) >= 0 , for all a and b 2. d ( a , b ) == 0 , if and...only if a = b , positive definiteness 3. d ( a , b ) == d ( b ,...scikit-learn.org/stable/modules/metrics.html -
Reciprocal rank fusion | Elasticsearch Guide [8...
_id: 4 = 1.0/(1+1) = 0.5000 _id: 5 = 1.0/(1+4) = 0.2000 We rank...1.0/(1+5) = 0.5 _id: 3 = 1.0/(1+3) + 1.0/(1+3) = 0.5 _id: 4 = 1.0/(1+4)...www.elastic.co/guide/en/elasticsearch/reference/current/rrf.html -
Fitting an Elastic Net with a precomputed Gram ...
y = make_regression ( n_samples = n_samples , noise = 0.5 ,...random_state = rng ) sample_weight = rng . lognormal ( size = n_samples...scikit-learn.org/stable/auto_examples/linear_model/plot_elastic_net_precomputed_gram_matrix_with_... -
セットアップ - 特定環境適用プロパティ | DBFlute
dfprop ; generateOutputDirect = ../foo リソースファイルの出力先 Seasarの場合...@basicInfoMap.dfprop ; resourceOutputDirect = ../bar テーブル名の規約調整 isTableNameCamelCase...dbflute.seasar.org/ja/environment/setup/firstprop.html -
Recognizing hand-written digits — scikit-learn ...
axes = plt . subplots ( nrows = 1 , ncols = 4 , figsize = ( 10...subplots ( nrows = 1 , ncols = 4 , figsize = ( 10 , 3 )) for ax ,...scikit-learn.org/stable/auto_examples/classification/plot_digits_classification.html -
StackingClassifier — scikit-learn 1.5.2 documen...
final_estimator = None , * , cv = None , stack_method = 'auto' , n_jobs...n_jobs = None , passthrough = False , verbose = 0 ) [source] #...scikit-learn.org/stable/modules/generated/sklearn.ensemble.StackingClassifier.html