Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 3531 - 3540 of 4,759 for * (4.44 sec)

  1. fast_logdet scikit-learn 1.7.1 documentation

    5 , 1 ], [ 2 , 8 ]]) >>> fast_logdet ( a ) np.float64(3.6375861597263857)...positive, log(det(A)) is returned. When det(A) is non-positive or...
    scikit-learn.org/stable/modules/generated/sklearn.utils.extmath.fast_logdet.html
    Sat Aug 02 00:15:38 UTC 2025
      106.4K bytes
      Cache
     
  2. clear_data_home scikit-learn 1.7.1 documentation

    datasets. clear_data_home ( data_home = None ) [source] # Delete...Ctrl + K GitHub Choose version clear_data_home # sklearn.datasets....
    scikit-learn.org/stable/modules/generated/sklearn.datasets.clear_data_home.html
    Sat Aug 02 00:15:36 UTC 2025
      105.1K bytes
      Cache
     
  3. sklearn.discriminant_analysis scikit-learn 1....

    Back to top Ctrl + K GitHub Choose version sklearn.discriminant_analysis...alysis # Linear and quadratic discriminant analysis. User guide....
    scikit-learn.org/stable/api/sklearn.discriminant_analysis.html
    Sat Aug 02 00:15:36 UTC 2025
      114.8K bytes
      Cache
     
  4. LearningCurveDisplay scikit-learn 1.7.1 docum...

    train_sizes = array([0.1, 0.33, 0.55, 0.78, 1.]) , cv = None , scoring =...(n_ticks,), default=np.linspace(0.1, 1.0, 5) Relative or absolute...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LearningCurveDisplay.html
    Sat Aug 02 00:15:38 UTC 2025
      144.5K bytes
      Cache
     
  5. KernelDensity scikit-learn 1.7.1 documentation

    algorithm {kd_tree, ball_tree, auto}, default=auto The tree...to use. kernel {gaussian, tophat, epanechnikov, exponential’,...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.KernelDensity.html
    Sat Aug 02 00:15:38 UTC 2025
      136.4K bytes
      Cache
     
  6. PatchExtractor scikit-learn 1.7.1 documentation

    automatically set to (img_height // 10, img_width // 10) , where img_height...pe_trans . shape } " ) Patches shape: (263758, 10, 10, 3) >>> X_reconstructed...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.image.PatchExtractor.html
    Sat Aug 02 00:15:38 UTC 2025
      126.9K bytes
      Cache
     
  7. empirical_covariance scikit-learn 1.7.1 docum...

    [[ 1 , 1 , 1 ],[ 1 , 1 , 1 ],[ 1 , 1 , 1 ], ... [ 0 , 0 , 0 ],[...) array([[0.25, 0.25, 0.25], [0.25, 0.25, 0.25], [0.25, 0.25,...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.empirical_covariance.html
    Sat Aug 02 00:15:36 UTC 2025
      108.7K bytes
      Cache
     
  8. DensityMixin scikit-learn 1.7.1 documentation

    MyEstimator ( DensityMixin ): ... def fit ( self , X , y = None ): ......MyEstimator () >>> hasattr ( estimator , "score" ) True score ( X , y...
    scikit-learn.org/stable/modules/generated/sklearn.base.DensityMixin.html
    Sat Aug 02 00:15:38 UTC 2025
      107.6K bytes
      Cache
     
  9. deprecated scikit-learn 1.7.1 documentation

    utils.deprecation.deprecated object at ...> >>> @deprecated () ......sklearn.utils. deprecated ( extra = '' ) [source] # Decorator to mark a function...
    scikit-learn.org/stable/modules/generated/sklearn.utils.deprecated.html
    Sat Aug 02 00:15:38 UTC 2025
      106.6K bytes
      Cache
     
  10. safe_sqr scikit-learn 1.7.1 documentation

    safe_sqr >>> safe_sqr ([ 1 , 2 , 3 ]) array([1, 4, 9]) On this page This...safe_sqr ( X , * , copy = True ) [source] # Element wise squaring...
    scikit-learn.org/stable/modules/generated/sklearn.utils.safe_sqr.html
    Sat Aug 02 00:15:36 UTC 2025
      105.4K bytes
      Cache
     
Back to top