Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 11 - 20 of 204 for 1 (0.05 sec)

  1. Version 1.2 — scikit-learn 1.4.2 documentation

    is deprecated in 1.2.1 and will be removed in 1.5. Instead, import...use the software. Version 1.2 Version 1.2.2 Changelog sklearn.base...
    scikit-learn.org/stable/whats_new/v1.2.html
    Sun May 19 20:00:39 UTC 2024
      206.4K bytes
      Cache
     
  2. 2.3. Clustering — scikit-learn 1.4.2 documentation

    1 , 1 , 1 ] >>> labels_pred = [ 0 , 0 , 1 , 1 , 2 , 2...0 , 0 , 1 , 1 , 1 ] >>> labels_pred = [ 0 , 0 , 1 , 1 , 2 , 2...
    scikit-learn.org/stable/modules/clustering.html
    Sun May 19 20:00:39 UTC 2024
      199K bytes
      Cache
     
  3. sklearn.tree.DecisionTreeClassifier — scikit-le...

    [{0: 1, 1: 1}, {0: 1, 1: 5}, {0: 1, 1: 1}, {0: 1, 1: 1}] instead...instead of [{1:1}, {2:5}, {3:1}, {4:1}]. The “balanced” mode uses...
    scikit-learn.org/stable/modules/generated/sklearn.tree.DecisionTreeClassifier.html
    Sun May 19 20:00:39 UTC 2024
      102K bytes
      Cache
     
  4. sklearn.preprocessing.StandardScaler — scikit-l...

    ( data )) [[-1. -1.] [-1. -1.] [ 1. 1.] [ 1. 1.]] >>> print (...0 , 0 ], [ 0 , 0 ], [ 1 , 1 ], [ 1 , 1 ]] >>> scaler = StandardScaler...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.StandardScaler.html
    Sun May 19 20:00:39 UTC 2024
      100.2K bytes
      Cache
     
  5. sklearn.linear_model.SGDClassifier — scikit-lea...

    array ([[ - 1 , - 1 ], [ - 2 , - 1 ], [ 1 , 1 ], [ 2 , 1 ]]) >>>...(clip(decision_function(X), -1, 1) + 1) / 2. For other loss functions...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.SGDClassifier.html
    Sun May 19 20:00:39 UTC 2024
      99.7K bytes
      Cache
     
  6. Examples — scikit-learn 1.4.2 documentation

    scikit-learn 1.1 Release Highlights for scikit-learn 1.1 Release Highlights...scikit-learn 1.4 Release Highlights for scikit-learn 1.4 Release...
    scikit-learn.org/stable/auto_examples/index.html
    Sun May 19 20:00:39 UTC 2024
      184.6K bytes
      Cache
     
  7. Column Transformer with Mixed Types — scikit-le...

    1 , 1.0 , 10 , 100 ], } search_cv...param_distributions={'classifier__C': [0.1, 1.0, 10, 100], 'preprocessor_...
    scikit-learn.org/stable/auto_examples/compose/plot_column_transformer_mixed_types.html
    Sun May 19 20:00:39 UTC 2024
      121.4K bytes
      Cache
     
  8. 3.3. Metrics and scoring: quantifying the quali...

    1 , 1 , 1 , 1 , 1 ] >>> y_pred = [ 0 , 1 , 0 , 1 , 0 ,..., 0 , 1 , 1 , 1 , 1 , 1 ] >>> y_pred = [ 0 , 1 , 0 , 1 , 0 ,...
    scikit-learn.org/stable/modules/model_evaluation.html
    Sun May 19 20:00:39 UTC 2024
      351.3K bytes
      Cache
     
  9. Glossary of Common Terms and API Elements — sci...

    [{0: 1, 1: 1}, {0: 1, 1: 5}, {0: 1, 1: 1}, {0: 1, 1: 1}] instead...instead of [{1:1}, {2:5}, {3:1}, {4:1}] . The class_weight parameter...
    scikit-learn.org/stable/glossary.html
    Sun May 19 20:00:39 UTC 2024
      203.1K bytes
      Cache
     
  10. sklearn.pipeline.Pipeline — scikit-learn 1.4.2 ...

    Menu Prev Up Next scikit-learn 1.4.2 Other versions Please cite...forwarded to them. New in version 1.4: Only available if enable_m...
    scikit-learn.org/stable/modules/generated/sklearn.pipeline.Pipeline.html
    Sun May 19 20:00:39 UTC 2024
      100K bytes
      Cache
     
Back to top