Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 391 - 400 of 2,934 for 1 (0.07 sec)

  1. LabelEncoder — scikit-learn 1.7.2 documentation

    classes_ array([1, 2, 6]) >>> le . transform ([ 1 , 1 , 2 , 6 ]) array([0,...array([0, 0, 1, 2]...) >>> le . inverse_transform ([ 0 , 0 , 1 , 2 ])...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.LabelEncoder.html
    Mon Nov 03 14:20:04 UTC 2025
      123.2K bytes
      Cache
     
  2. 7.6. Random Projection — scikit-learn 1.7.2 doc...

    }}} & & 1 / 2s\\ 0 &\text{with probability} & 1 - 1 / s \\ +...New York, NY, USA, 245-250. 7.6.1. The Johnson-Lindenstrauss lemma...
    scikit-learn.org/stable/modules/random_projection.html
    Mon Nov 03 14:20:04 UTC 2025
      48.4K bytes
      Cache
     
  3. BallTree — scikit-learn 1.7.2 documentation

    query ( X [: 1 ], k = 3 ) >>> print ( ind ) #...indices of 3 closest neighbors [0 3 1] >>> print ( dist ) # distances...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.BallTree.html
    Mon Nov 03 14:20:04 UTC 2025
      136K bytes
      Cache
      Similar Results (1)
     
  4. PassiveAggressiveRegressor — scikit-learn 1.7.2...

    default=1.0 Maximum step size (regularization). Defaults to 1.0. fit_intercept...PassiveAggressiveReg ( * , C = 1.0 , fit_intercept = True , max_iter...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.PassiveAggressiveRegressor.html
    Mon Nov 03 14:20:03 UTC 2025
      154.1K bytes
      Cache
     
  5. ExtraTreeRegressor — scikit-learn 1.7.2 documen...

    min_samples_leaf = 1 , min_weight_fraction_leaf = 0.0 , max_features = 1.0 ,...max_features=n_features . Changed in version 1.1: The default of max_features...
    scikit-learn.org/stable/modules/generated/sklearn.tree.ExtraTreeRegressor.html
    Sat Nov 01 09:15:33 UTC 2025
      160.8K bytes
      Cache
     
  6. dbscan — scikit-learn 1.7.2 documentation

    1, 2, 3, 4]) >>> labels array([ 0, 0, 0, 1, 1, -1]) On this...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/dbscan-function.html
    Mon Nov 03 14:20:05 UTC 2025
      115.6K bytes
      Cache
     
  7. Target is eliminating 1,800 corporate jobs as i...

    that it is eliminating about 1,800 corporate positions in an...retailer’s customer base. About 1,000 employees are expected to...
    www.nbcnews.com/business/business-news/target-eliminating-1800-corporate-jobs-looks-reclaim-lost-...
    Sat Oct 25 00:53:30 UTC 2025
      252.5K bytes
      Cache
     
  8. load_breast_cancer — scikit-learn 1.7.2 documen...

    1, 0]) >>> list ( data . target_names...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.load_breast_cancer.html
    Mon Nov 03 14:20:04 UTC 2025
      115.1K bytes
      Cache
     
  9. 12.1. Array API support (experimental) — scikit...

    1.1.1. PyTorch Support # PyTorch Tensors...Thomas Fan at PyData NYC 2023. 12.1.1. Example usage # The configuration...
    scikit-learn.org/stable/modules/array_api.html
    Mon Nov 03 14:20:05 UTC 2025
      77.1K bytes
      Cache
     
  10. Sum — scikit-learn 1.7.2 documentation

    y ) 1.0 >>> kernel 1.41**2 + RBF(length_scale=1) __call__...kernel takes two kernels \(k_1\) and \(k_2\) and combines them...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.Sum.html
    Mon Nov 03 14:20:05 UTC 2025
      122.1K bytes
      Cache
     
Back to top