Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 341 - 350 of 2,898 for 1 (0.08 sec)

  1. smacof — scikit-learn 1.7.0 documentation

    n_iter will change from 8 to 1 in version 1.9. n_jobs int, default=None...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.manifold.smacof.html
    Fri Jun 06 09:13:47 UTC 2025
      117.1K bytes
      Cache
     
  2. ExtraTreesRegressor — scikit-learn 1.7.0 docume...

    min_samples_leaf = 1 , min_weight_fraction_leaf = 0.0 , max_features = 1.0 ,...e.g. 0.3. Changed in version 1.1: The default of max_features...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.ExtraTreesRegressor.html
    Fri Jun 06 09:13:47 UTC 2025
      162.2K bytes
      Cache
     
  3. RegressorChain — scikit-learn 1.7.0 documentation

    = [[ 1 , 0 ], [ 0 , 1 ], [ 1 , 1 ]], [[ 0 , 2 ], [ 1 , 1 ], [...order = [ 0 , 1 , 2 , ... , Y . shape [ 1 ] - 1 ] The order of...
    scikit-learn.org/stable/modules/generated/sklearn.multioutput.RegressorChain.html
    Fri Jun 06 09:13:47 UTC 2025
      133.9K bytes
      Cache
     
  4. TransformerMixin — scikit-learn 1.7.0 documenta...

    fit_transform ( X ) array([1, 1, 1]) fit_transform ( X , y = None...__init__ ( self , * , param = 1 ): ... self . param = param ......
    scikit-learn.org/stable/modules/generated/sklearn.base.TransformerMixin.html
    Fri Jun 06 09:13:47 UTC 2025
      116.6K bytes
      Cache
     
  5. IncrementalPCA — scikit-learn 1.7.0 documentation

    ([[ - 1 , - 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], ... [ 1 , 1 ], [...principal components, versus 1 large SVD of complexity O(n_samples...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.IncrementalPCA.html
    Fri Jun 06 09:13:47 UTC 2025
      146.8K bytes
      2 views
      Cache
     
  6. PartialDependenceDisplay — scikit-learn 1.7.0 d...

    Added in version 1.1: Add the possibility to pass...shape [ 1 ])] >>> deciles = { 0 : np . linspace ( 0 , 1 , num =...
    scikit-learn.org/stable/modules/generated/sklearn.inspection.PartialDependenceDisplay.html
    Fri Jun 06 09:13:47 UTC 2025
      176.8K bytes
      Cache
     
  7. clone — scikit-learn 1.7.0 documentation

    >>> X = [[ - 1 , 0 ], [ 0 , 1 ], [ 0 , - 1 ], [ 1 , 0 ]] >>> y...y = [ 0 , 0 , 1 , 1 ] >>> classifier = LogisticRegression ()...
    scikit-learn.org/stable/modules/generated/sklearn.base.clone.html
    Fri Jun 06 09:13:47 UTC 2025
      108.8K bytes
      Cache
     
  8. SkewedChi2Sampler — scikit-learn 1.7.0 document...

    [ 1 , 1 ], [ 1 , 0 ], [ 0 , 1 ]] >>> y = [ 0 , 0 , 1 , 1 ] >>>...SkewedChi2Sampler ( * , skewedness = 1.0 , n_components = 100 , random_state...
    scikit-learn.org/stable/modules/generated/sklearn.kernel_approximation.SkewedChi2Sampler.html
    Fri Jun 06 09:13:47 UTC 2025
      129.8K bytes
      Cache
     
  9. trustworthiness — scikit-learn 1.7.0 documentation

    1]. It is defined as \[T(k) = 1 - \frac{2}{nk (2n...(2n - 3k - 1)} \sum^n_{i=1} \sum_{j \in \mathcal{N}_{i}^{k}}...
    scikit-learn.org/stable/modules/generated/sklearn.manifold.trustworthiness.html
    Fri Jun 06 09:13:47 UTC 2025
      111K bytes
      Cache
     
  10. cluster_optics_dbscan — scikit-learn 1.7.0 docu...

    1, 1, 1]) Gallery examples # Demo of...compute_optics_graph >>> X = np . array ([[ 1 , 2 ], [ 2 , 5 ], [ 3 , 6 ], ......
    scikit-learn.org/stable/modules/generated/sklearn.cluster.cluster_optics_dbscan.html
    Fri Jun 06 09:13:46 UTC 2025
      112K bytes
      Cache
     
Back to top