- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 851 - 860 of 2,009 for = (0.06 sec)
-
Regularization path of L1- Logistic Regression ...
classification X = X [ y != 2 ] y = y [ y != 2 ] Compute regularization...datasets iris = datasets . load_iris () X = iris . data y = iris . target...scikit-learn.org/stable/auto_examples/linear_model/plot_logistic_path.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 -
Nearest Centroid Classification — scikit-learn ...
c = y , cmap = cmap_bold , edgecolor = "k" , s = 20 ) plt...shrinkage , np . mean ( y == y_pred )) _ , ax = plt . subplots () DecisionBoundaryDisp...scikit-learn.org/stable/auto_examples/neighbors/plot_nearest_centroid.html -
HistGradientBoostingClassifier — scikit-learn 1...
n_iter_no_change = 10 , tol = 1e-07 , verbose = 0 , random_state = None ,...loss = 'log_loss' , * , learning_rate = 0.1 , max_iter = 100 ,...scikit-learn.org/stable/modules/generated/sklearn.ensemble.HistGradientBoostingClassifier.html -
ハンズオンセクション 7 | DBFlute
REGISTER_USER=VARCHAR ; UPDATE_DATETIME=TIMESTAMP ; UPDATE_USER=VARCHAR...commonColumnMap = map: { ; REGISTER_DATETIME=TIMESTAMP ; REGISTER_USER=VARCHAR...dbflute.seasar.org/ja/tutorial/handson/section07.html -
Bisecting K-Means and Regular K-Means Performan...
data n_samples = 10000 random_state = 0 X , _ = make_blobs ( n_samples...n_samples = n_samples , centers = 2 , random_state = random_state...scikit-learn.org/stable/auto_examples/cluster/plot_bisect_kmeans.html -
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 -
EllipticEnvelope — scikit-learn 1.7.0 documenta...
store_precision = True , assume_centered = False , support_fraction = None...multivariate_normal ( mean = [ 0 , 0 ], ... cov = true_cov , ... size = 500 ) >>>...scikit-learn.org/stable/modules/generated/sklearn.covariance.EllipticEnvelope.html -
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