Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 231 - 240 of over 10,000 for 1 (0.11 seconds)

  1. FeatureHasher — scikit-learn 1.7.2 docume...

    -1., 0., -1., 0., 1.], [ 0., 0., 0., -1., 0., -1., 0., 0.],...0.], [ 0., -1., 0., 0., 0., 0., 0., 1.]]) fit ( X = None , y...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.FeatureHasher.html
    Fri Dec 05 17:52:54 GMT 2025
      128.8K bytes
      Cache
     
  2. log_loss — scikit-learn 1.7.2 documentation

    p) = -(y \log (p) + (1 - y) \log (1 - p))\] Read more in the..."spam" ], ... [[ .1 , .9 ], [ .9 , .1 ], [ .8 , .2 ], [ .35...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.log_loss.html
    Fri Dec 05 17:52:54 GMT 2025
      115.7K bytes
      Cache
     
  3. make_circles — scikit-learn 1.7.2 documen...

    int64(1), np.int64(1), np.int64(1), np.int64(0), np.int64(0)]...outer circle in the range [0, 1) . Returns : X ndarray of shape...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_circles.html
    Fri Dec 05 17:52:55 GMT 2025
      116.2K bytes
      Cache
     
  4. Release Highlights for scikit-learn 1.0 —...

    scikit-learn 1.1 Release Highlights for scikit-learn 1.1 Release Highlights...import make_pipeline y = [ 1 , 0 , 1 ] pipe = make_pipeline ( preprocessor...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_0_0.html
    Fri Dec 05 17:52:54 GMT 2025
      114.8K bytes
      Cache
     
  5. BayesianGaussianMixture — scikit-learn 1....

    array ([[ 1 , 2 ], [ 1 , 4 ], [ 1 , 0 ], [ 4 , 2 ], [...mixtures”. Bayesian analysis 1.1 Examples >>> import...
    scikit-learn.org/stable/modules/generated/sklearn.mixture.BayesianGaussianMixture.html
    Fri Dec 05 17:52:55 GMT 2025
      152.9K bytes
      Cache
     
  6. NMF — scikit-learn 1.7.2 documentation

    array ([[ 1 , 1 ], [ 2 , 1 ], [ 3 , 1.2 ], [ 4 , 1 ], [ 5 , 0.8...version 1.4: Added 'auto' value. Changed in version 1.6: Default...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.NMF.html
    Fri Dec 05 17:52:54 GMT 2025
      145.1K bytes
      Cache
     
  7. cluster_optics_dbscan — scikit-learn 1.7....

    1, 1, 1]) Gallery examples # Demo of...>>> X = np . array ([[ 1 , 2 ], [ 2 , 5 ], [ 3 , 6 ], ......
    scikit-learn.org/stable/modules/generated/sklearn.cluster.cluster_optics_dbscan.html
    Fri Dec 05 17:52:54 GMT 2025
      112K bytes
      Cache
     
  8. ElasticNetCV — scikit-learn 1.7.2 documen...

    l1_ratio = 1 it is an L1 penalty. For 0 < l1_ratio < 1 , the...(i.e. Ridge), as in [.1, .5, .7, .9, .95, .99, 1] . eps float, default=1e-3...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.ElasticNetCV.html
    Fri Dec 05 17:52:55 GMT 2025
      166.4K bytes
      Cache
     
  9. RobustScaler — scikit-learn 1.7.2 documen...

    [[ 1. , - 2. , 2. ], ... [ - 2. , 1. , 3. ], ... [ 4. , 1. ,..., -2. , 0. ], [-1. , 0. , 0.4], [ 1. , 0. , -1.6]]) fit ( X ,...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.RobustScaler.html
    Fri Dec 05 17:52:55 GMT 2025
      135.8K bytes
      Cache
     
  10. AgglomerativeClustering — scikit-learn 1....

    array ([[ 1 , 2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 4 , 2...clustering . labels_ array([1, 1, 1, 0, 0, 0]) For a comparison...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.AgglomerativeClustering.html
    Fri Dec 05 17:52:54 GMT 2025
      135.9K bytes
      Cache
     
Back to Top