Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 201 - 210 of over 10,000 for 1 (0.41 seconds)

  1. IsotonicRegression — scikit-learn 1.7.2 d...

    1 , .2 ]) array([1.8628, 3.7256]) fit (...n_samples = 10 , n_features = 1 , random_state = 41 ) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.isotonic.IsotonicRegression.html
    Mon Nov 24 12:29:38 GMT 2025
      145.7K bytes
      Cache
     
  2. make_swiss_roll — scikit-learn 1.7.2 docu...

    algorithm is from Marsland [1]. References [ 1 ] S. Marsland, “Machine...from Stephen Marsland’s code [1]. Parameters : n_samples int,...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_swiss_roll.html
    Mon Nov 24 12:29:38 GMT 2025
      109.7K bytes
      Cache
     
  3. ledoit_wolf — scikit-learn 1.7.2 document...

    regularized (shrunk) covariance is: (1 - shrinkage) * cov + shrinkage...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.ledoit_wolf.html
    Mon Nov 24 12:29:38 GMT 2025
      109.5K bytes
      Cache
     
  4. TimeSeriesSplit — scikit-learn 1.7.2 docu...

    array ([[ 1 , 2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ], [ 1 , 2 ], [...index=[0] Test: index=[1] Fold 1: Train: index=[0 1] Test: index=[2]...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.TimeSeriesSplit.html
    Mon Nov 24 11:23:21 GMT 2025
      129.5K bytes
      Cache
     
  5. AnnotationAwareOrderComparator (Spring Framewor...

    1 Author: Juergen Hoeller, Oliver...sorting for lists with size 0 or 1, in order to avoid unnecessary...
    docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/core/annotation/Anno...
    Fri Feb 01 00:00:00 GMT 1980
      30.5K bytes
      Cache
     
  6. HDBSCAN — scikit-learn 1.7.2 documentation

    means 1 unless in a joblib.parallel_backend context. -1 means.... labels_ ) . tolist () [-1, 0, 1, 2, 3, 4, 5, 6, 7] dbscan_clustering...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.HDBSCAN.html
    Mon Nov 24 08:52:54 GMT 2025
      141.4K bytes
      Cache
     
  7. MLPRegressor — scikit-learn 1.7.2 documen...

    returns f(x) = 1 / (1 + exp(-x)). ‘tanh’, the hyperbolic...random_state = 1 , max_iter = 2000 , tol = 0.1 ) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPRegressor.html
    Mon Nov 24 11:23:20 GMT 2025
      163K bytes
      Cache
     
  8. empirical_covariance — scikit-learn 1.7.2...

    >>> X = [[ 1 , 1 , 1 ],[ 1 , 1 , 1 ],[ 1 , 1 , 1 ], ... [ 0 ,...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.empirical_covariance.html
    Mon Nov 24 12:29:41 GMT 2025
      108.7K bytes
      Cache
     
  9. HistGradientBoostingRegressor — scikit-le...

    scikit-learn 1.1 Release Highlights for scikit-learn 1.1 Release Highlights...version 1.1: Added option ‘quantile’. Changed in version 1.3: Added...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.HistGradientBoostingRegressor.html
    Mon Nov 24 08:52:54 GMT 2025
      177.7K bytes
      Cache
     
  10. LocalOutlierFactor — scikit-learn 1.7.2 d...

    () array([[1., 0., 1.], [0., 1., 1.], [1., 0., 1.]]) predict...fit_predict ( X ) array([ 1, 1, -1, 1]) >>> clf . neg...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.LocalOutlierFactor.html
    Mon Nov 24 12:29:38 GMT 2025
      151.4K bytes
      Cache
     
Back to Top