Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1351 - 1360 of over 10,000 for 2 (5.63 seconds)

Filter
  1. KNeighborsClassifier — scikit-learn 1.8.0 docum...

    array([[2]])) As you can see, it returns [[0.5]], and [[2]], which...'auto' , leaf_size = 30 , p = 2 , metric = 'minkowski' , metric_params...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsClassifier.html
    Tue Mar 17 03:44:39 UTC 2026
      20.5K bytes
      Cache
     
  2. Multiclass Receiver Operating Characteristic (R...

    This can be done in 2 different ways: the One-vs-Rest...linearly separable from the other 2; the latter are not linearly separable...
    scikit-learn.org/stable/auto_examples/model_selection/plot_roc.html
    Tue Mar 17 03:44:36 UTC 2026
      22.7K bytes
      Cache
     
  3. IsolationForest example — scikit-learn 1.8.0 do...

    2 ) @ covariance + np . array ([ 2 , 2 ]) # general...randn ( n_samples , 2 ) + np . array ([ - 2 , - 2 ]) # spherical outliers...
    scikit-learn.org/stable/auto_examples/ensemble/plot_isolation_forest.html
    Tue Mar 17 03:44:36 UTC 2026
      24.2K bytes
      Cache
     
  4. DBSCAN — scikit-learn 1.8.0 documentation

    2 ], [ 2 , 2 ], [ 2 , 3 ], ... [ 8 , 7 ],...memory complexity of \(O({n}^2)\) , which can occur when the...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.DBSCAN.html
    Tue Mar 17 03:44:37 UTC 2026
      18.5K bytes
      Cache
     
  5. Categorical Feature Support in Gradient Boostin...

    2 Added support for feature names....versionadded:: 0.23 .. versionchanged:: 1.2 Accept dict of constraints with...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_categorical.html
    Tue Mar 17 03:44:36 UTC 2026
      83.7K bytes
      Cache
     
  6. NuSVC — scikit-learn 1.8.0 documentation

    [ - 2 , - 1 ], [ 1 , 1 ], [ 2 , 1 ]]) >>>...>>> y = np . array ([ 1 , 1 , 2 , 2 ]) >>> from sklearn.pipeline...
    scikit-learn.org/stable/modules/generated/sklearn.svm.NuSVC.html
    Mon Mar 02 11:09:52 UTC 2026
      152.5K bytes
      Cache
     
  7. make_sparse_uncorrelated — scikit-learn 1.8.0 d...

    0 ] + 2 * X [:, 1 ] - 2 * X [:, 2 ] - 1.5 * X [:, 3...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_sparse_uncorrelated.html
    Tue Mar 17 03:44:39 UTC 2026
      13.4K bytes
      Cache
     
  8. Understanding the decision tree structure — sci...

    3] = 2.4) > 0.800000011920929) decision node 2 : (X_test[0,...min_samples_split: int or float, default=2 The minimum number of samples...
    scikit-learn.org/stable/auto_examples/tree/plot_unveil_tree_structure.html
    Tue Mar 17 03:44:36 UTC 2026
      27.5K bytes
      Cache
     
  9. Log Configuration

    /^\d{4}-\d{2}-\d{2}/ format1 /^(?<time>\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2},\d{3})...\d{2}:\d{2}:\d{2},\d{3}) \[(?<thread>.*?)\] (?<level>\w+)\s+(?<logger>.*?)...
    fess.codelibs.org/15.5/config/admin-logging.html
    Mon Mar 16 02:47:48 UTC 2026
      75.3K bytes
      Cache
     
  10. DotProduct — scikit-learn 1.8.0 documentation

    \sigma_0^2)\) on the bias. The DotProduct...of the kernel. For \(\sigma_0^2 =0\) , the kernel is called the...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.DotProduct.html
    Tue Mar 17 03:44:39 UTC 2026
      16.1K bytes
      Cache
     
Back to Top