Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 231 - 240 of 2,486 for 2 (0.22 sec)

  1. FastICA — scikit-learn 1.7.2 documentation

    ( 3 * x ** 2 ) . mean ( axis =- 1 ) fun_args...n_features . Added in version 1.2. random_state int, RandomState...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.FastICA.html
    Sun Nov 09 07:16:25 UTC 2025
      148.5K bytes
      Cache
     
  2. IsolationForest — scikit-learn 1.7.2 documentation

    2: base_estimator_ was renamed to...each tree is set to ceil(log_2(n)) where \(n\) is the number...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.IsolationForest.html
    Sun Nov 09 07:16:25 UTC 2025
      147.4K bytes
      Cache
     
  3. MinCovDet — scikit-learn 1.7.2 documentation

    (n_samples + n_features + 1) / 2 * n_samples . The parameter must...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.MinCovDet.html
    Sun Nov 09 07:16:24 UTC 2025
      140.1K bytes
      Cache
     
  4. make_regression — scikit-learn 1.7.2 documentation

    n_features = 2 , noise = 1 , random_state = 42...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_regression.html
    Sun Nov 09 07:16:25 UTC 2025
      119.8K bytes
      Cache
     
  5. StackingClassifier — scikit-learn 1.7.2 documen...

    2 (1992): 241-259. Examples >>>...(n_samples, n_classes * (n_classes-1) / 2) The decision function computed...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.StackingClassifier.html
    Sun Nov 09 07:16:24 UTC 2025
      158.8K bytes
      Cache
     
  6. 5.2. Permutation feature importance — scikit-le...

    2.2. Relation to impurity-based importance...Ctrl + K GitHub Choose version 5.2. Permutation feature importance...
    scikit-learn.org/stable/modules/permutation_importance.html
    Sun Nov 09 07:16:24 UTC 2025
      56.2K bytes
      Cache
     
  7. check_is_fitted — scikit-learn 1.7.2 documentation

    2 ], [ 1 , 3 ]], [ 1 , 0 ]) LogisticRegression()...
    scikit-learn.org/stable/modules/generated/sklearn.utils.validation.check_is_fitted.html
    Sun Nov 09 07:16:25 UTC 2025
      112.8K bytes
      Cache
     
  8. TimeSeriesSplit — scikit-learn 1.7.2 documentation

    2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 ,...1] Test: index=[2] Fold 2: Train: index=[0 1 2] Test: index=[3]...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.TimeSeriesSplit.html
    Sun Nov 09 07:16:25 UTC 2025
      129.5K bytes
      2 views
      Cache
     
  9. ShuffleSplit — scikit-learn 1.7.2 documentation

    2 , 1 , 2 , 1 , 2 ]) >>> rs = ShuffleSplit...Test: index=[5 2] Fold 1: Train: index=[4 0 2 5] Test: index=[1...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.ShuffleSplit.html
    Sun Nov 09 07:16:25 UTC 2025
      124.6K bytes
      Cache
     
  10. MLPClassifier — scikit-learn 1.7.2 documentation

    beta_2 = 0.999 , epsilon = 1e-08 , n_iter_no_change...array-like of shape(n_layers - 2,), default=(100,) The ith element...
    scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPClassifier.html
    Sun Nov 09 07:16:24 UTC 2025
      165.7K bytes
      Cache
     
Back to top