Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 4111 - 4120 of 4,744 for * (1.82 sec)

  1. sklearn.feature_extraction scikit-learn 1.7.1...

    of patches. image.grid_to_graph Graph of the pixel-to-pixel connections....connections. image.img_to_graph Graph of the pixel-to-pixel gradient...
    scikit-learn.org/stable/api/sklearn.feature_extraction.html
    Sat Aug 02 00:15:38 UTC 2025
      119.7K bytes
      Cache
     
  2. getting_started.rst.txt

    StandardScaler().fit(X).transform(X) array([[-1., 1.], [ 1., -1.]]) Sometimes,...make_pipeline( ... StandardScaler(), ... LogisticRegression() ... ) ......
    scikit-learn.org/stable/_sources/getting_started.rst.txt
    Sat Aug 02 00:15:37 UTC 2025
      10.2K bytes
      1 views
     
  3. fetch_openml scikit-learn 1.7.1 documentation

    retries. parser {auto, pandas, liac-arff}, default=auto”...bool = 'auto' , n_retries : int = 3 , delay : float = 1.0 , parser...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_openml.html
    Sat Aug 02 00:15:38 UTC 2025
      152K bytes
      Cache
     
  4. MDS scikit-learn 1.7.1 documentation

    of 0 indicates perfect fit, 0.025 excellent, 0.05 good, 0.1...'warn' , max_iter = 300 , verbose = 0 , eps = 1e-06 , n_jobs = None...
    scikit-learn.org/stable/modules/generated/sklearn.manifold.MDS.html
    Sat Aug 02 00:15:38 UTC 2025
      136.7K bytes
      Cache
     
  5. load_svmlight_files scikit-learn 1.7.1 docume...

    each (see https://www.csie.ntu.edu.tw/~cjlin/libsvmtools/data...zero_based='auto' , query_id=False , offset=0 , length=-1 ) [source]...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.load_svmlight_files.html
    Sat Aug 02 00:15:35 UTC 2025
      111.5K bytes
      Cache
     
  6. ward_tree scikit-learn 1.7.1 documentation

    ], [ 1 , 4 ], [ 1 , 0 ], ... [ 4 , 2 ], [ 4 , 4 ], [ 4 , 0 ]])...ward_tree ( X ) >>> children array([[0, 1], [3, 5], [2, 6], [4, 7],...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.ward_tree.html
    Sat Aug 02 00:15:38 UTC 2025
      112.5K bytes
      Cache
     
  7. export_text scikit-learn 1.7.1 documentation

    <= 0.80 | |--- class: 0 |--- petal width (cm) > 0.80 | |--- petal...width (cm) <= 1.75 | | |--- class: 1 | |--- petal width (cm) > 1.75...
    scikit-learn.org/stable/modules/generated/sklearn.tree.export_text.html
    Sat Aug 02 00:15:38 UTC 2025
      110.7K bytes
      2 views
      Cache
     
  8. InputTags scikit-learn 1.7.1 documentation

    both axes. Specifically, this tag is used by sklearn.utils.metae...Ctrl + K GitHub Choose version InputTags # class sklearn.utils....
    scikit-learn.org/stable/modules/generated/sklearn.utils.InputTags.html
    Sat Aug 02 00:15:38 UTC 2025
      112K bytes
      Cache
     
  9. mean_variance_axis scikit-learn 1.7.1 documen...

    todense () matrix([[8, 1, 2], [0, 0, 5], [0, 0, 0], [0, 0, 0]]) >>>...0.25, 1.75]), array([12. , 0.1875, 4.1875])) On this page This Page...
    scikit-learn.org/stable/modules/generated/sklearn.utils.sparsefuncs.mean_variance_axis.html
    Sat Aug 02 00:15:38 UTC 2025
      110K bytes
      Cache
     
  10. polynomial_kernel scikit-learn 1.7.1 document...

    = [[ 0 , 0 , 0 ], [ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 ,...array([[1. , 1. ], [1.77, 2.77]]) On this page This Page...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.polynomial_kernel.html
    Sat Aug 02 00:15:38 UTC 2025
      108.1K bytes
      Cache
     
Back to top