- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 821 - 830 of 1,992 for = (0.06 sec)
-
Inductive Clustering — scikit-learn 1.6.1 docum...
c = color , alpha = alpha , edgecolor = "k" ) # Generate..., y = make_blobs ( n_samples = N_SAMPLES , cluster_std = [ 1.0...scikit-learn.org/stable/auto_examples/cluster/plot_inductive_clustering.html -
Pipelining: chaining a PCA and a logistic regre...
logistic = LogisticRegression ( max_iter = 10000 , tol = 0.1 ) pipe...ax0 , ax1 ) = plt . subplots ( nrows = 2 , sharex = True , figsize...scikit-learn.org/stable/auto_examples/compose/plot_digits_pipe.html -
roadmap.rst.txt
_roadmap: Roadmap ======= Purpose of this document ----------...t-learn/scikit-learn/issues?q=is%3Aissue+is%3Aopen+sort%3Aup...scikit-learn.org/stable/_sources/roadmap.rst.txt -
learning_curve — scikit-learn 1.6.1 documentation
exploit_incremental_learning = False , n_jobs = None , pre_dispatch = 'all' , verbose...verbose = 0 , shuffle = False , random_state = None , error_score...scikit-learn.org/stable/modules/generated/sklearn.model_selection.learning_curve.html -
mean_squared_error — scikit-learn 1.6.1 documen...
sample_weight = None , multioutput = 'uniform_average' )...mean_squared_error >>> y_true = [ 3 , - 0.5 , 2 , 7 ] >>> y_pred = [ 2.5 , 0.0...scikit-learn.org/stable/modules/generated/sklearn.metrics.mean_squared_error.html -
MiniBatchKMeans — scikit-learn 1.6.1 documentation
n_clusters = 8 , * , init = 'k-means++' , max_iter = 100 , batch_size...batch_size = 1024 , verbose = 0 , compute_labels = True , random_state...scikit-learn.org/stable/modules/generated/sklearn.cluster.MiniBatchKMeans.html -
PCA — scikit-learn 1.6.1 documentation
n_components == min ( n_samples , n_features ) If n_components == 'mle'...n_components == 'mle' will interpret svd_solver == 'auto' as svd_solver...scikit-learn.org/stable/modules/generated/sklearn.decomposition.PCA.html -
Auroral Sounds | MetaFilter
<div class="svg-sprite" id="svg-sprite-container" style="display:none"></div>...type="text/javascript"> !function() { var static_server = 'dh...www.metafilter.com/208223/Auroral-Sounds -
haversine_distances — scikit-learn 1.6.1 docume...
>>> bsas = [ - 34.83333 , - 58.5166646 ] >>> paris = [ 49.0083899664...paris_in_radians = [ radians ( _ ) for _ in paris ] >>> result = haversine_distances...scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.haversine_distances.html -
OpenTracing API | APM Go Agent Reference [2.x] ...
otTracer := apmot.New() Once you have obtained...er(apmot.New()) parent, ctx := opentracing.StartSpanFromCont...www.elastic.co/guide/en/apm/agent/go/current/opentracing.html