Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 111 - 120 of 1,798 for 1 (0.07 sec)

  1. export_text — scikit-learn 1.5.0 documentation

    (cm) <= 1.75 | | |--- class: 1 | |--- petal width (cm) > 1.75 |...be used (“feature_0”, “feature_1”, …). class_names array-like of...
    scikit-learn.org/stable/modules/generated/sklearn.tree.export_text.html
    Fri May 31 14:06:06 UTC 2024
      116.8K bytes
      Cache
     
  2. FeatureHasher and DictVectorizer Comparison — s...

    {'that': 1, 'is': 2, 'one': 2, 'example': 1, 'but': 1, 'this':...'this': 1, 'another': 1}) Observe in particular that the repeated token...
    scikit-learn.org/stable/auto_examples/text/plot_hashing_vs_dict_vectorizer.html
    Fri May 31 14:06:04 UTC 2024
      142.3K bytes
      Cache
     
  3. shrunk_covariance — scikit-learn 1.5.0 document...

    1 ) [source] # Calculate covariance...ndarray. shrinkage float, default=0.1 Coefficient in the convex combination...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.shrunk_covariance.html
    Fri May 31 14:06:06 UTC 2024
      114.6K bytes
      Cache
     
  4. Visualizations with Display Objects — scikit-le...

    classes_ [ 1 ]) roc_display = RocCurveDisplay...pos_label = clf . classes_ [ 1 ]) pr_display = PrecisionRecallDispl...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_display_object_visualization.html
    Fri May 31 14:06:06 UTC 2024
      114.6K bytes
      Cache
     
  5. FitFailedWarning — scikit-learn 1.5.0 documenta...

    Skip to main content Back to top Ctrl + K GitHub FitFailedWarning # exception sklearn.exceptions. FitFailedWarning [s...
    scikit-learn.org/stable/modules/generated/sklearn.exceptions.FitFailedWarning.html
    Thu May 30 15:22:07 UTC 2024
      110.6K bytes
      Cache
     
  6. DataDimensionalityWarning — scikit-learn 1.5.0 ...

    Skip to main content Back to top Ctrl + K GitHub DataDimensionalityWarning # exception sklearn.exceptions. DataDimens...
    scikit-learn.org/stable/modules/generated/sklearn.exceptions.DataDimensionalityWarning.html
    Thu May 30 15:22:07 UTC 2024
      110.8K bytes
      Cache
     
  7. min_pos — scikit-learn 1.5.0 documentation

    - 1 , 2 , 3 , - 4 , 5 ]) >>> min_pos...
    scikit-learn.org/stable/modules/generated/sklearn.utils.arrayfuncs.min_pos.html
    Sat May 25 13:41:02 UTC 2024
      111.9K bytes
      Cache
     
  8. Successive Halving Iterations — scikit-learn 1....

    "max_features" : randint ( 1 , 6 ), "min_samples_split" : randint...
    scikit-learn.org/stable/auto_examples/model_selection/plot_successive_halving_iterations.html
    Fri May 31 14:06:06 UTC 2024
      111K bytes
      Cache
     
  9. type_of_target — scikit-learn 1.5.0 documentation

    1 , 0.6 ]) 'continuous' >>> type_of_target ([ 1 , - 1 , -...type_of_target ( np . array ([[ 0 , 1 ], [ 1 , 1 ]])) 'multilabel-indicator'...
    scikit-learn.org/stable/modules/generated/sklearn.utils.multiclass.type_of_target.html
    Fri May 31 14:06:06 UTC 2024
      117.9K bytes
      Cache
     
  10. Demo of DBSCAN clustering algorithm — scikit-le...

    centers = [[ 1 , 1 ], [ - 1 , - 1 ], [ 1 , - 1 ]] X , labels_true...len ( set ( labels )) - ( 1 if - 1 in labels else 0 ) n_noise_...
    scikit-learn.org/stable/auto_examples/cluster/plot_dbscan.html
    Fri May 31 14:06:06 UTC 2024
      102.4K bytes
      Cache
     
Back to top