- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 881 - 890 of 1,992 for = (0.07 sec)
-
emecha-DfAssist-derivedprop.png
PixelInterleaved width=582, height=192, bitDepth=8, colorType=RGB, compr...translatedKeyword=, text=<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="XMP...dbflute.seasar.org/ja/data/model/emecha/emecha-DfAssist-derivedprop.png -
Iso-probability lines for Gaussian Processes cl...
sigma_0 = 0.1 ) ** 2 gp = GaussianProcessClass ( kernel = kernel...cax = plt . imshow ( y_prob , cmap = cm . gray_r , alpha = 0.8...scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpc_isoprobability.html -
Kernel Density Estimate of Species Distribution...
coordinates" ) kde = KernelDensity ( bandwidth = 0.04 , metric = "haversine"...basemap" ) m = Basemap ( projection = "cyl" , llcrnrlat = Y . min...scikit-learn.org/stable/auto_examples/neighbors/plot_species_kde.html -
KNeighborsTransformer — scikit-learn 1.6.1 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 -
Advanced Plotting With Partial Dependence — sci...
_sizes=(100, 100), max_iter=500, random_state=0, tol=0.01))])..._sizes=(100, 100), max_iter=500, random_state=0, tol=0.01))])...scikit-learn.org/stable/auto_examples/miscellaneous/plot_partial_dependence_visualization_api.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.6.1 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 -
Demonstrating the different strategies of KBins...
cluster_std = 0.5 , centers = centers_0 , random_state = random_state...cluster_std = 0.5 , centers = centers_1 , random_state = random_state...scikit-learn.org/stable/auto_examples/preprocessing/plot_discretization_strategies.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 -
6.3. Preprocessing data — scikit-learn 1.6.1 do...
axis = 0 )) / ( X . max ( axis = 0 ) - X . min ( axis = 0 ))...output_distribution = 'normal' , random_state = 0 ) >>> X_trans = quantile_transformer...scikit-learn.org/stable/modules/preprocessing.html