Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 221 - 230 of over 10,000 for 1 (0.19 seconds)

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

    [ 1 , 0 , 0 ]] >>> y = [ 0 , 1 ] >>>...interacting features (e.g. [(0, 1)] ) for which the partial dependency...
    scikit-learn.org/stable/modules/generated/sklearn.inspection.partial_dependence.html
    Fri Dec 05 17:52:54 GMT 2025
      129.1K bytes
      Cache
     
  2. classification_report — scikit-learn 1.7....

    50 1.00 0.67 1 class 1 0.00 0.00 0.00 1 class 2 1.00 0.67...y_pred = [ 1 , 1 , 0 ] >>> y_true = [ 1 , 1 , 1 ] >>>...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.classification_report.html
    Fri Dec 05 17:52:54 GMT 2025
      120.8K bytes
      Cache
     
  3. fetch_file — scikit-learn 1.7.2 documenta...

    delay = 1 ) [source] # Fetch a file from...re-downloading. Added in version 1.6. Parameters : url str URL of...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_file.html
    Fri Dec 05 17:52:54 GMT 2025
      107.7K bytes
      Cache
     
  4. SGDRegressor — scikit-learn 1.7.2 documen...

    <= 1. l1_ratio=0 corresponds to L2 penalty, l1_ratio=1 to L1....True , verbose = 0 , epsilon = 0.1 , random_state = None , learning_rate...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.SGDRegressor.html
    Fri Dec 05 17:52:55 GMT 2025
      168.3K bytes
      Cache
     
  5. WebClient.RequestHeadersSpec (Spring Framework ...

    of milliseconds since January 1, 1970 GMT. Parameters: ifModifiedSince...= client.get() .uri("/persons/1") .accept(MediaType.APPLICATION_JSON)...
    docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/web/reactive/functio...
    Fri Feb 01 00:00:00 GMT 1980
      44K bytes
      Cache
     
  6. OneClassSVM — scikit-learn 1.7.2 document...

    predict ( X ) array([-1, 1, 1, 1, -1]) >>> clf . score_samples...default=-1 Hard limit on iterations within solver, or -1 for no...
    scikit-learn.org/stable/modules/generated/sklearn.svm.OneClassSVM.html
    Tue Dec 02 16:12:16 GMT 2025
      139.3K bytes
      Cache
     
  7. roc_curve — scikit-learn 1.7.2 documentation

    y_true is in {-1, 1} or {0, 1}, pos_label is set to 1, otherwise...labels are not either {-1, 1} or {0, 1}, then pos_label should...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.roc_curve.html
    Fri Dec 05 17:52:55 GMT 2025
      117K bytes
      Cache
     
  8. locally_linear_embedding — scikit-learn 1...

    > n_components * (1 + (n_components + 1) / 2. see reference...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.manifold.locally_linear_embedding.html
    Fri Dec 05 17:52:54 GMT 2025
      115.5K bytes
      Cache
     
  9. RegressorMixin — scikit-learn 1.7.2 docum...

    array ([ - 1 , 0 , 1 ]) >>> estimator...__init__ ( self , * , param = 1 ): ... self . param = param ......
    scikit-learn.org/stable/modules/generated/sklearn.base.RegressorMixin.html
    Fri Dec 05 17:52:54 GMT 2025
      115.7K bytes
      Cache
     
  10. BaggingRegressor — scikit-learn 1.7.2 doc...

    max_samples = 1.0 , max_features = 1.0 , bootstrap = True...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.BaggingRegressor.html
    Fri Dec 05 17:52:54 GMT 2025
      147.5K bytes
      Cache
     
Back to Top