Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 561 - 570 of 2,952 for 1 (0.08 sec)

  1. Inductive Clustering — scikit-learn 1.6.1 docum...

    cluster_std = [ 1.0 , 1.0 , 0.5 ], centers = [( - 5.... scatter ( X [:, 0 ], X [:, 1 ], c = color , alpha = alpha ,...
    scikit-learn.org/stable/auto_examples/cluster/plot_inductive_clustering.html
    Sat Apr 19 00:31:22 UTC 2025
      101.6K bytes
      Cache
     
  2. 3.1. Cross-validation: evaluating estimator per...

    3] [0 1] [1 3] [0 2] [1 2] [0 3] [0 3] [1 2] [0 2] [1 3] [0 1]...>>> y = [ 1 , 1 , 1 , 2 , 2 , 2 ] >>> groups = [ 1 , 1 , 2 , 2...
    scikit-learn.org/stable/modules/cross_validation.html
    Sat Apr 19 00:31:21 UTC 2025
      158.6K bytes
      1 views
      Cache
     
  3. 2.5. Decomposing signals in components (matrix ...

    ([[ 1 , 0 ], [ 1 , 6.1 ], [ 1 , 0 ], [ 1 , 4 ], [ 3.2 , 1 ], [...array ([[ 1 , 1 ], [ 2 , 1 ], [ 3 , 1.2 ], [ 4 , 1 ], [ 5 , 0.8...
    scikit-learn.org/stable/modules/decomposition.html
    Sat Apr 19 00:31:22 UTC 2025
      126.4K bytes
      Cache
     
  4. Support Vector Regression (SVR) using linear an...

    1.1 ), ncol = 1 , fancybox = True , shadow..., C = 100 , gamma = 0.1 , epsilon = 0.1 ) svr_lin = SVR ( kernel...
    scikit-learn.org/stable/auto_examples/svm/plot_svm_regression.html
    Sat Apr 19 00:31:22 UTC 2025
      97.5K bytes
      Cache
     
  5. Related Projects — scikit-learn 1.6.1 documenta...

    As of scikit-learn version 1.3.0, there is HDBSCAN . Pre-processing...encoders. As of scikit-learn version 1.3.0, there is TargetEncoder ....
    scikit-learn.org/stable/related_projects.html
    Sat Apr 19 00:31:22 UTC 2025
      42.4K bytes
      Cache
     
  6. CountVectorizer — scikit-learn 1.6.1 documentation

    [[0 1 1 1 0 0 1 0 1] [0 2 0 1 0 1 1 0 1] [1 0 0 1 1 0 1 1 1] [0...[[0 0 1 1 0 0 1 0 0 0 0 1 0] [0 1 0 1 0 1 0 1 0 0 1 0 0] [1 0 0...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.text.CountVectorizer.html
    Sat Apr 19 00:31:22 UTC 2025
      143.9K bytes
      Cache
     
  7. NearestNeighbors — scikit-learn 1.6.1 documenta...

    () array([[1., 0., 1.], [0., 1., 1.], [1., 0., 1.]]) radius_neighbors...() array([[1., 0., 1.], [0., 1., 0.], [1., 0., 1.]]) set_params...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.NearestNeighbors.html
    Sat Apr 19 00:31:22 UTC 2025
      151.8K bytes
      Cache
     
  8. resample — scikit-learn 1.6.1 documentation

    1 , 1 , 1 , 1 , 1 ] >>> resample ( y , n_samples = 5 , replace...array([[1., 0.], [2., 1.], [1., 0.]]) >>> y array([0, 1, 0]) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.utils.resample.html
    Sat Apr 19 00:31:20 UTC 2025
      112.3K bytes
      Cache
     
  9. TfidfTransformer — scikit-learn 1.6.1 documenta...

    array([[1, 1, 1, 1, 0, 1, 0, 0], [1, 2, 0, 1, 1, 1, 0, 0], [1, 0,...0, 0, 1, 0, 1, 1, 1], [1, 1, 1, 1, 0, 1, 0, 0]]) >>> pipe [ 'tfid'...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.text.TfidfTransformer.html
    Sat Apr 19 00:31:21 UTC 2025
      141.9K bytes
      Cache
     
  10. LabelBinarizer — scikit-learn 1.6.1 documentation

    array([[1, 0, 0], [0, 1, 0], [0, 0, 1], [0, 1, 0]]) fit ( y ) [source]...array([1, 2, 4, 6]) >>> lb . transform ([ 1 , 6 ]) array([[1, 0,...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.LabelBinarizer.html
    Sat Apr 19 00:31:21 UTC 2025
      135.9K bytes
      Cache
     
Back to top