Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 4231 - 4240 of 4,807 for * (4.29 sec)

  1. type_of_target scikit-learn 1.7.1 documentation

    1 , - 1 , 1 ]) 'binary' >>> type_of_target ([ 'a' , 'b' , 'a'...np . array ([[ 1.5 , 2.0 ], [ 3.0 , 1.6 ]])) 'continuous-multioutput'...
    scikit-learn.org/stable/modules/generated/sklearn.utils.multiclass.type_of_target.html
    Mon Aug 04 12:41:05 UTC 2025
      112.6K bytes
      Cache
     
  2. normalize scikit-learn 1.7.1 documentation

    array([[-0.4, 0.2, 0.4], [-0.5, 0. , 0.5]]) >>> normalize ( X , norm =...array([[-0.67, 0.33, 0.67], [-0.71, 0. , 0.71]]) On this page This Page...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.normalize.html
    Mon Aug 04 12:41:05 UTC 2025
      109.5K bytes
      Cache
     
  3. 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
    Mon Aug 04 12:41:01 UTC 2025
      111.5K bytes
      Cache
     
  4. 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
    Mon Aug 04 12:41:01 UTC 2025
      112.5K bytes
      Cache
     
  5. make_sparse_uncorrelated scikit-learn 1.7.1 d...

    ~ N ( 0 , 1 ) y ( X ) = X [:, 0 ] + 2 * X [:, 1 ] - 2 * X [:,...X . shape (100, 10) >>> y . shape (100,) On this page This Page...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_sparse_uncorrelated.html
    Mon Aug 04 12:41:05 UTC 2025
      108.6K bytes
      Cache
     
  6. 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
    Mon Aug 04 12:41:03 UTC 2025
      123.1K bytes
      Cache
     
  7. OutlierMixin scikit-learn 1.7.1 documentation

    estimator . fit_predict ( X ) array([1., 1., 1.]) fit_predict ( X ,...True ... return self ... def predict ( self , X ): ... return...
    scikit-learn.org/stable/modules/generated/sklearn.base.OutlierMixin.html
    Mon Aug 04 12:41:01 UTC 2025
      109.6K bytes
      Cache
     
  8. ClusterMixin scikit-learn 1.7.1 documentation

    fit_predict ( X ) array([1, 1, 1]) fit_predict ( X , y = None , ** kwargs...BaseEstimator ): ... def fit ( self , X , y = None ): ... self . labels_...
    scikit-learn.org/stable/modules/generated/sklearn.base.ClusterMixin.html
    Mon Aug 04 12:41:05 UTC 2025
      109.1K bytes
      Cache
     
  9. AdditiveChi2Sampler scikit-learn 1.7.1 docume...

    X_transformed , y ) 0.9499... fit ( X , y = None ) [source] # Only validates...random_state = 0 , tol = 1e-3 ) >>> clf . fit ( X_transformed , y ) SGD...
    scikit-learn.org/stable/modules/generated/sklearn.kernel_approximation.AdditiveChi2Sampler.html
    Mon Aug 04 12:41:01 UTC 2025
      129K bytes
      Cache
     
  10. top_k_accuracy_score scikit-learn 1.7.1 docum...

    0.5 , 0.2 , 0.2 ], # 0 is in top 2 ... [ 0.3 , 0.4 , 0.2 ], #...# 1 is in top 2 ... [ 0.2 , 0.4 , 0.3 ], # 2 is in top 2 ......
    scikit-learn.org/stable/modules/generated/sklearn.metrics.top_k_accuracy_score.html
    Mon Aug 04 12:41:05 UTC 2025
      112.5K bytes
      1 views
      Cache
     
Back to top