- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 291 - 300 of 2,023 for = (0.3 sec)
-
plot_hgbt_regression.rst.txt
py: ========== Features in Histogram Gradient...Gradient Boosting Trees ========== :ref:`histogram_based_gradient_boosting`...scikit-learn.org/stable/_sources/auto_examples/ensemble/plot_hgbt_regression.rst.txt -
estimate_bandwidth — scikit-learn 1.7.1 documen...
quantile = 0.3 , n_samples = None , random_state = 0 , n_jobs = None...points. quantile float, default=0.3 Should be between [0, 1] 0.5...scikit-learn.org/stable/modules/generated/sklearn.cluster.estimate_bandwidth.html -
doc-PropertiesHtml-FloatLeft-example.png
PixelInterleaved width=734, height=174, bitDepth=8, colorType=RGB, compr...compressionMethod=deflate, filterMethod=adaptive, interlaceMethod=none RGB...dbflute.seasar.org/ja/data/model/doc-PropertiesHtml-FloatLeft-example.png -
plot_discretization_strategies.zip
py """ ========== Demonstrating the different...strategies of KBinsDiscretizer ========== This example presents the...scikit-learn.org/stable/_downloads/7b16734166ab4280e940d7fb89dd6113/plot_discretization_strategie... -
Classifier comparison — scikit-learn 1.7.1 docu...
C = 0.025 , random_state = 42 ), SVC ( gamma = 2 , C = 1 ,...clf , X , cmap = cm , alpha = 0.8 , ax = ax , eps = 0.5 ) # Plot...scikit-learn.org/stable/auto_examples/classification/plot_classifier_comparison.html -
grid_search_workflow.png
encoding=ISO-8859-1, compression=none keyword=Software, value=www.inkscape.org...0.08468835 width=2031, height=1362, bitDepth=8, colorType=RGBAlpha,...scikit-learn.org/stable/_images/grid_search_workflow.png -
GMM covariances — scikit-learn 1.7.1 documentation
bottom = 0.01 , top = 0.95 , hspace = 0.15 , wspace = 0.05 ,...scatterpoints = 1 , loc = "lower right" , prop = dict ( size = 12 ))...scikit-learn.org/stable/auto_examples/mixture/plot_gmm_covariances.html -
mean_squared_log_error — scikit-learn 1.7.1 doc...
sample_weight = None , multioutput = 'uniform_average' )...r >>> y_true = [ 3 , 5 , 2.5 , 7 ] >>> y_pred = [ 2.5 , 5 , 4...scikit-learn.org/stable/modules/generated/sklearn.metrics.mean_squared_log_error.html -
Support Vector Regression (SVR) using linear an...
# svr_rbf = SVR ( kernel = "rbf" , C = 100 , gamma = 0.1 , epsilon...epsilon = 0.1 ) svr_lin = SVR ( kernel = "linear" , C = 100 , gamma...scikit-learn.org/stable/auto_examples/svm/plot_svm_regression.html -
average_precision_score — scikit-learn 1.7.1 do...
average = 'macro' , pos_label = 1 , sample_weight = None ) [source]...y_true = np . array ([ 0 , 0 , 1 , 1 ]) >>> y_scores = np . array...scikit-learn.org/stable/modules/generated/sklearn.metrics.average_precision_score.html