- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1141 - 1150 of 2,528 for = (0.1 sec)
-
Release Highlights for scikit-learn 1.5 — sciki...
n_features = 100 , tail_strength = 0.1 , random_state = 0 ) pca = PCA...random_state = 0 ) pca = PCA ( n_components = 10 , svd_solver = "covariance_eigh"...scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_5_0.html -
移行 1.0.x to 1.1 | DBFlute
# ; code=[code]; name=[name]; alias=[alias]; comment=[comment]...[classification-name] = list:{ # ; map:{ # ; topComment=[comment]; codeType=[String(default)...dbflute.seasar.org/ja/environment/upgrade/migration/migrate10xto11x.html -
coverage_error — scikit-learn 1.5.2 documentation
y_true = [[ 1 , 0 , 0 ], [ 0 , 1 , 1 ]] >>> y_score = [[ 1 ,..., y_score , * , sample_weight = None ) [source] # Coverage error...scikit-learn.org/stable/modules/generated/sklearn.metrics.coverage_error.html -
sparse_encode — scikit-learn 1.5.2 documentation
n_nonzero_coefs = None , alpha = None , copy_cov = True , init = None ,...dictionary , * , gram = None , cov = None , algorithm = 'lasso_lars' ,...scikit-learn.org/stable/modules/generated/sklearn.decomposition.sparse_encode.html -
fastica — scikit-learn 1.5.2 documentation
fun = 'logcosh' , fun_args = None , max_iter = 200 , tol = 0.0001...n_components = None , * , algorithm = 'parallel' , whiten = 'unit-variance'...scikit-learn.org/stable/modules/generated/fastica-function.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 -
is_regressor — scikit-learn 1.5.2 documentation
SVR >>> classifier = SVC () >>> regressor = SVR () >>> is_regressor...scikit-learn.org/stable/modules/generated/sklearn.base.is_regressor.html -
check_consistent_length — scikit-learn 1.5.2 do...
check_consistent_length >>> a = [ 1 , 2 , 3 ] >>> b = [ 2 , 3 , 4 ] >>> ...scikit-learn.org/stable/modules/generated/sklearn.utils.check_consistent_length.html -
Isomap — scikit-learn 1.5.2 documentation
eigen_solver = 'auto' , tol = 0 , max_iter = None , path_method = 'auto'...neighbors_algorithm = 'auto' , n_jobs = None , metric = 'minkowski' , p = 2 ,...scikit-learn.org/stable/modules/generated/sklearn.manifold.Isomap.html -
Kernel PCA — scikit-learn 1.5.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