- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 401 - 410 of 1,971 for = (0.2 sec)
-
Model selection with Probabilistic PCA and Fact...
rank = 500 , 25 , 5 sigma = 1.0 rng = np . random ....compute_scores ( X ): pca = PCA ( svd_solver = "full" ) fa = FactorAnalysis...scikit-learn.org/stable/auto_examples/decomposition/plot_pca_vs_fa_model_selection.html -
7.1. Pipelines and composite estimators — sciki...
>>> iris = load_iris () >>> pipe = Pipeline ( steps = [ ... (...memory = cachedir ) >>> pipe Pipeline(memory=..., steps=[('reduce_dim',...scikit-learn.org/stable/modules/compose.html -
KNeighborsTransformer — scikit-learn 1.7.2 docu...
leaf_size = 30 , metric = 'minkowski' , p = 2 , metric_params = None...* , mode = 'distance' , n_neighbors = 5 , algorithm = 'auto' ,...scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsTransformer.html -
Di xml の Expression | DBFlute
path="trial_option.xml"/> <include condition=" #SMART == 'alwaysNotMatch'...<include condition=" #SMART == 'alwaysNotMatch' " path="rdb.xml"/> ......dbflute.seasar.org/ja/lastaflute/lastadi/dixmlexp.html -
Theil-Sen Regression — scikit-learn 1.7.2 docum...
color = "indigo" , marker = "x" , s = 40 ) line_x = np . array...n_samples = 200 # Linear model y = 3*x + N(2, 0.1**2) x = np . random...scikit-learn.org/stable/auto_examples/linear_model/plot_theilsen.html -
alter-step1-check-alterddl.png
17639795 width=2292, height=836, bitDepth=8, colorType=RGBAlpha, ...translatedKeyword=, text=<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="XMP...dbflute.seasar.org/data/snapshot/intro/alter/alter-step1-check-alterddl.png -
Combine predictors using stacking — scikit-lear...
(): df = fetch_openml ( name = "house_prices" , as_frame = True...True ) X = df . data y = df . target features = [ "YrSold" , "HeatingQC"...scikit-learn.org/stable/auto_examples/ensemble/plot_stack_predictors.html -
SVM: Separating hyperplane for unbalanced class...
plot_method = "contour" , colors = "k" , levels = [ 0 ], alpha = 0.5...plot_method = "contour" , colors = "r" , levels = [ 0 ], alpha = 0.5...scikit-learn.org/stable/auto_examples/svm/plot_separating_hyperplane_unbalanced.html -
Ledoit-Wolf vs OAS estimation — scikit-learn 1....
shrinkage_ oa = OAS ( store_precision = False , assume_centered = True...yerr = lw_mse . std ( 1 ), label = "Ledoit-Wolf" , color = "navy"...scikit-learn.org/stable/auto_examples/covariance/plot_lw_vs_oas.html -
Ordinary Least Squares and Ridge Regression — s...
s = 30 , c = "red" , marker = "+" , zorder = 10 ) ax ....train_test_split X , y = load_diabetes ( return_X_y = True ) X = X [:, [ 2...scikit-learn.org/stable/auto_examples/linear_model/plot_ols_ridge.html