Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 501 - 510 of 2,911 for 1 (0.08 sec)

  1. 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
    Mon Apr 28 19:19:06 UTC 2025
      9.4K bytes
      Cache
     
  2. 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
    Fri Jun 06 09:13:47 UTC 2025
      108.3K bytes
      Cache
     
  3. 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
    Fri Jun 06 09:13:47 UTC 2025
      115.5K bytes
      Cache
     
  4. 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
    Fri Jun 06 09:13:46 UTC 2025
      117.6K bytes
      Cache
     
  5. 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
    Fri Jun 06 09:13:47 UTC 2025
      118.4K bytes
      Cache
     
  6. 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
    Fri Jun 06 09:13:47 UTC 2025
      113.1K bytes
      Cache
     
  7. 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
    Fri Jun 06 09:13:46 UTC 2025
      112K bytes
      Cache
     
  8. 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
    Fri Jun 06 09:13:47 UTC 2025
      98.1K bytes
      Cache
     
  9. 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
    Fri Jun 06 09:13:47 UTC 2025
      98.2K bytes
      Cache
     
  10. 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
    Fri Jun 06 09:13:46 UTC 2025
      98.5K bytes
      Cache
     
Back to top