- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 501 - 510 of 2,911 for 1 (0.07 sec)
-
Watcher Reference for 2.x and 1.x | Elastic
x and 1.x: 2.1 Watcher Reference for 2.x and 1.x: 2.0 Watcher...for 2.x and 1.x Watcher Reference for 2.x and 1.x: 2.4 Watcher...www.elastic.co/guide/en/watcher/index.html -
compute_class_weight — scikit-learn 1.7.0 docum...
compute_class_weight >>> y = [ 1 , 1 , 1 , 1 , 0 , 0 ] >>> compute_class_weight...unique ( y ), y = y ) array([1.5 , 0.75]) On this page This Page...scikit-learn.org/stable/modules/generated/sklearn.utils.class_weight.compute_class_weight.html -
Scalable learning with polynomial kernel approx...
original paper of Tensor Sketch [1], i.e. the algorithm implemented...[2], which was the one used in [1]. from sklearn.datasets import...scikit-learn.org/stable/auto_examples/kernel_approximation/plot_scalable_poly_kernels.html -
make_column_selector — scikit-learn 1.7.0 docum...
1. , 0. , 0. ], [-1.50755672, 1. , 0. , 0. ], [-0.30151134,...[-0.30151134, 0. , 1. , 0. ], [ 0.90453403, 0. , 0. , 1. ]]) __call__...scikit-learn.org/stable/modules/generated/sklearn.compose.make_column_selector.html -
lars_path_gram — scikit-learn 1.7.0 documentation
the case method=’lasso’ is: ( 1 / ( 2 * n_samples )) * || y -...Xw ||^ 2_2 + alpha * || w || _1 in the case of method=’lar’, the...scikit-learn.org/stable/modules/generated/sklearn.linear_model.lars_path_gram.html -
fetch_lfw_pairs — scikit-learn 1.7.0 documentation
Added in version 1.5. delay float, default=1.0 Number of seconds...True , n_retries = 3 , delay = 1.0 ) [source] # Load the Labeled...scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_lfw_pairs.html -
cluster_optics_dbscan — scikit-learn 1.7.0 docu...
1, 1, 1]) Gallery examples # Demo of...compute_optics_graph >>> X = np . array ([[ 1 , 2 ], [ 2 , 5 ], [ 3 , 6 ], ......scikit-learn.org/stable/modules/generated/sklearn.cluster.cluster_optics_dbscan.html -
Using KBinsDiscretizer to discretize continuous...
reshape ( - 1 , 1 ) # transform the dataset with...endpoint = False ) . reshape ( - 1 , 1 ) reg = LinearRegression ()...scikit-learn.org/stable/auto_examples/preprocessing/plot_discretization.html -
Dimensionality Reduction with Neighborhood Comp...
subplot(1, 3, i + 1, aspect=1) # Fit the method's...X_embedded [:, 0 ], X_embedded [:, 1 ], c = y , s = 30 , cmap = "Set1"...scikit-learn.org/stable/auto_examples/neighbors/plot_nca_dim_reduction.html -
Online learning of a dictionary of parts of fac...
- 1 )) buffer . append ( data ) index += 1 if index %...[MiniBatchKMeans] Reassigning 1 cluster centers. Partial fit of...scikit-learn.org/stable/auto_examples/cluster/plot_dict_face_patches.html