Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 4101 - 4110 of 4,744 for * (2.36 sec)

  1. PartialDependenceDisplay scikit-learn 1.7.1 d...

    in features . kind {average, individual, both} or list of...parameter with 'average' , 'individual' , and 'both' options. Added in...
    scikit-learn.org/stable/modules/generated/sklearn.inspection.PartialDependenceDisplay.html
    Sat Aug 02 00:15:38 UTC 2025
      176.8K bytes
      Cache
     
  2. OrthogonalMatchingPursuit scikit-learn 1.7.1 ...

    12. (December 1993), pp. 3397-3415. ( https://www.di.ens.fr/~m...OrthogonalMatchingPu () . fit ( X , y ) >>> reg . score ( X , y ) 0.9991 >>>...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.OrthogonalMatchingPursuit.html
    Sat Aug 02 00:15:38 UTC 2025
      134K bytes
      2 views
      Cache
     
  3. lars_path scikit-learn 1.7.1 documentation

    random_state = 0 ... ) >>> true_coef array([ 0. , 0. , 0. , 97.9, 45.7])...method=’lasso is: ( 1 / ( 2 * n_samples )) * || y - Xw ||^ 2_2 + alpha *...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.lars_path.html
    Sat Aug 02 00:15:38 UTC 2025
      120.5K bytes
      Cache
     
  4. sklearn.cluster scikit-learn 1.7.1 documentation

    density-based clustering. KMeans K-Means clustering. MeanShift...kernel. MiniBatchKMeans Mini-Batch K-Means clustering. OPTICS...
    scikit-learn.org/stable/api/sklearn.cluster.html
    Sat Aug 02 00:15:36 UTC 2025
      123.1K bytes
      Cache
     
  5. 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
     
  6. 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
     
  7. 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
     
  8. 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
     
  9. 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
     
  10. 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
     
Back to top