- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 701 - 710 of 1,989 for = (0.1 sec)
-
Getting Started — scikit-learn 1.6.1 documentation
clf = RandomForestClassifi ( random_state = 0 ) >>> X = [[ 1..., y = make_regression ( n_samples = 1000 , random_state = 0 )...scikit-learn.org/stable/getting_started.html -
ClassifierChain — scikit-learn 1.6.1 documentation
order = None , cv = None , chain_method = 'predict' , random_state...random_state = 0 ) >>> chain = ClassifierChain ( base_lr , order = 'random'...scikit-learn.org/stable/modules/generated/sklearn.multioutput.ClassifierChain.html -
calinski_harabasz_score — scikit-learn 1.6.1 do...
_ = make_blobs ( random_state = 0 ) >>> kmeans = KMeans...KMeans ( n_clusters = 3 , random_state = 0 ,) . fit ( X ) >>> calinski_harabasz_score...scikit-learn.org/stable/modules/generated/sklearn.metrics.calinski_harabasz_score.html -
Pipeline — scikit-learn 1.6.1 documentation
transform_input = None , memory = None , verbose = False ) [source]...Pipeline >>> X , y = make_classification ( random_state = 0 ) >>> X_train...scikit-learn.org/stable/modules/generated/sklearn.pipeline.Pipeline.html -
mean_poisson_deviance — scikit-learn 1.6.1 docu...
mean_poisson_deviance >>> y_true = [ 2 , 0 , 1 , 4 ] >>> y_pred = [ 0.5 , 0.5 ,..., y_pred , * , sample_weight = None ) [source] # Mean Poisson...scikit-learn.org/stable/modules/generated/sklearn.metrics.mean_poisson_deviance.html -
Elaine May's "Mikey and Nicky" | MetaFilter
<div class="svg-sprite" id="svg-sprite-container" style="display:none"></div>...type="text/javascript"> !function() { var static_server = 'dh...www.metafilter.com/208233/Elaine-Mays-Mikey-and-Nicky -
"Hitting a bong is using all four elements at o...
<div class="svg-sprite" id="svg-sprite-container" style="display:none"></div>...type="text/javascript"> !function() { var static_server = 'dh...www.metafilter.com/208314/Hitting-a-bong-is-using-all-four-elements-at-once -
Comparing randomized search and grid search for...
y = load_digits ( return_X_y = True , n_class = 3 ) # build...classifier clf = SGDClassifier ( loss = "hinge" , penalty = "elasticnet"...scikit-learn.org/stable/auto_examples/model_selection/plot_randomized_search.html -
Action の Transaction (トランザクション) | LastaFlute
/= = = = = = = = = = = = = = = = = = = = = = = = = = = = =...Jul 2019 07:46:50 GMT = = = = = = = = = =/ [00m00s285ms] #2efafc2e...dbflute.seasar.org/ja/lastaflute/howto/action/actiontx.html -
l1_min_c — scikit-learn 1.6.1 documentation
y = make_classification ( n_samples = 100 , n_features = 20...y , * , loss = 'squared_hinge' , fit_intercept = True , intercept_scaling...scikit-learn.org/stable/modules/generated/sklearn.svm.l1_min_c.html