- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 991 - 1000 of 2,010 for = (0.09 sec)
-
Incremental PCA — scikit-learn 1.7.0 documentation
X_transformed [ y == i , 0 ], X_transformed [ y == i , 1 ], color = color...IncrementalPCA iris = load_iris () X = iris . data y = iris . target...scikit-learn.org/stable/auto_examples/decomposition/plot_incremental_pca.html -
Joint feature selection with multi-task Lasso —...
n_tasks = 100 , 30 , 40 n_relevant_features = 5 coef = np . zeros...feature_to_plot ], color = "seagreen" , linewidth = lw , label = "Ground truth"...scikit-learn.org/stable/auto_examples/linear_model/plot_multi_task_lasso_support.html -
SQLServerの取扱い | DBFlute
;databaseName=[dbname]; ; schema = dbo ; user = [dbuser] ; password...databaseName=exampledb; ; schema = dbo ; user = exampledb ; password...dbflute.seasar.org/ja/manual/reference/dbway/sqlserver/ -
validation_curve — scikit-learn 1.7.0 documenta...
groups = None , cv = None , scoring = None , n_jobs = None ,...pre_dispatch = 'all' , verbose = 0 , error_score = nan , fit_params...scikit-learn.org/stable/modules/generated/sklearn.model_selection.validation_curve.html -
数値の汎用的な範囲条件 (RangeOf) | DBFlute
Integer minValue = ... // e.g. 3 Integer maxValue = ... // e.g. 7...e.g. PURCHASE_PRICE >= 3 and PURCHASE_PRICE <= 7 FromToほどリッチじゃない...dbflute.seasar.org/ja/manual/function/ormapper/conditionbean/query/rangeof.html -
ExtraTreeRegressor — scikit-learn 1.7.0 documen...
criterion = 'squared_error' , splitter = 'random' , max_depth = None...min_weight_fraction_leaf = 0.0 , max_features = 1.0 , random_state = None , m...scikit-learn.org/stable/modules/generated/sklearn.tree.ExtraTreeRegressor.html -
precision_recall_curve — scikit-learn 1.7.0 doc...
pos_label = None , sample_weight = None , drop_intermediate = False...values are precision=class balance and recall=1.0 which corresponds...scikit-learn.org/stable/modules/generated/sklearn.metrics.precision_recall_curve.html -
BayesianGaussianMixture — scikit-learn 1.7.0 do...
reg_covar = 1e-06 , max_iter = 100 , n_init = 1 , init_params = 'kmeans'...n_components = 1 , covariance_type = 'full' , tol = 0.001 , reg_covar...scikit-learn.org/stable/modules/generated/sklearn.mixture.BayesianGaussianMixture.html -
permutation_importance — scikit-learn 1.7.0 doc...
scoring = None , n_repeats = 5 , n_jobs = None , random_state...random_state = None , sample_weight = None , max_samples = 1.0 ) [source]...scikit-learn.org/stable/modules/generated/sklearn.inspection.permutation_importance.html -
MinCovDet — scikit-learn 1.7.0 documentation
store_precision = True , assume_centered = False , support_fraction = None...multivariate_normal ( mean = [ 0 , 0 ], ... cov = real_cov , ... size = 500 ) >>>...scikit-learn.org/stable/modules/generated/sklearn.covariance.MinCovDet.html