Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 3521 - 3530 of 4,759 for * (2.77 sec)

  1. cosine_distances scikit-learn 1.7.1 documenta...

    0 , 0 ], [ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0 ]]...cosine_distances ( X , Y ) array([[1. , 1. ], [0.422, 0.183]]) On this...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.cosine_distances.html
    Sat Aug 02 00:15:38 UTC 2025
      107.7K bytes
      Cache
     
  2. get_scorer_names scikit-learn 1.7.1 documenta...

    [: 3 ] ['accuracy', 'adjusted_mutual_info_score', 'adjusted_rand_score']...get_scorer_names () >>> type ( all_scorers ) <class 'list'> >>> all_scorers...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.get_scorer_names.html
    Sat Aug 02 00:15:38 UTC 2025
      105.5K bytes
      Cache
     
  3. neighbors.rst.txt

    , 0.], [1., 1., 0., 0., 0., 0.], [0., 1., 1., 0., 0., 0.], [0.,...= np.array([[-1, -1], [-2, -1], [-3, -2], [1, 1], [2, 1], [3,...
    scikit-learn.org/stable/_sources/modules/neighbors.rst.txt
    Sat Aug 02 00:15:37 UTC 2025
      37.9K bytes
     
  4. 7.5. Unsupervised dimensionality reduction sc...

    heavily used. 7.5.1. PCA: principal component analysis # decomposition.PCA...projections 7.5.3. Feature agglomeration # cluster.FeatureAgglomeration...
    scikit-learn.org/stable/modules/unsupervised_reduction.html
    Sat Aug 02 00:15:38 UTC 2025
      35.9K bytes
      Cache
     
  5. plot_pca_iris.rst.txt

    'target', 'frame', 'target_names', 'DESCR', 'feature_names', 'filename',...three types. Plot a PCA representation ---------- Let's apply a...
    scikit-learn.org/stable/_sources/auto_examples/decomposition/plot_pca_iris.rst.txt
    Sat Aug 02 00:15:35 UTC 2025
      6.4K bytes
     
  6. OrdinalEncoder scikit-learn 1.7.1 documentation

    ([[ 1 , 0 ], [ 0 , 1 ]]) array([['Male', 1], ['Female', 2]], dtype=object)...]]) array([[0., 2.], [1., 0.]]) >>> enc . inverse_transform ([[...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.OrdinalEncoder.html
    Sat Aug 02 00:15:38 UTC 2025
      149.4K bytes
      Cache
     
  7. cross_validate scikit-learn 1.7.1 documentation

    instead. E.g.: cross_validate(..., params={'groups': groups}) . scoring...instance (e.g., GroupKFold ). Changed in version 1.4: groups can...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.cross_validate.html
    Sat Aug 02 00:15:36 UTC 2025
      138.3K bytes
      Cache
     
  8. GroupKFold scikit-learn 1.7.1 documentation

    , 10 ], [ 11 , 12 ]]) >>> y = np . array ([ 1 , 2 , 3 , 4 , 5...5 , 6 ]) >>> groups = np . array ([ 0 , 0 , 2 , 2 , 3 , 3 ]) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.GroupKFold.html
    Sat Aug 02 00:15:38 UTC 2025
      127.1K bytes
      Cache
     
  9. affinity_propagation scikit-learn 1.7.1 docum...

    ([[ 1 , 2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 4 , 2 ], [ 4 , 4 ],...array([0, 3]) >>> labels array([0, 0, 0, 1, 1, 1]) Gallery examples...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.affinity_propagation.html
    Sat Aug 02 00:15:38 UTC 2025
      114K bytes
      Cache
     
  10. ClassifierMixin scikit-learn 1.7.1 documentation

    . fit ( X , y ) . predict ( X ) array([1, 1, 1]) >>> estimator...param = 1 ): ... self . param = param ... def fit ( self , X , y =...
    scikit-learn.org/stable/modules/generated/sklearn.base.ClassifierMixin.html
    Sat Aug 02 00:15:38 UTC 2025
      114.1K bytes
      Cache
     
Back to top