Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1011 - 1020 of over 10,000 for 2 (0.2 seconds)

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

    'tuple'> >>> estimators [: 2 ] [('ARDRegression', <class...) >>> classifiers [: 2 ] [('AdaBoostClassifier',...
    scikit-learn.org/stable/modules/generated/sklearn.utils.discovery.all_estimators.html
    Mon Feb 02 09:23:44 UTC 2026
      109.5K bytes
      Cache
     
  2. grid_to_graph — scikit-learn 1.8.0 documentation

    'int64' with 2 stored elements and shape (2, 2)> Coords Values...= bool ) >>> mask [[ 1 , 2 ], [ 1 , 2 ], :] = True >>> graph =...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.image.grid_to_graph.html
    Mon Mar 23 20:39:21 UTC 2026
      13.3K bytes
      Cache
     
  3. ward_tree — scikit-learn 1.8.0 documentation

    s)^2 + \frac{|v|+|t|} {T}d(v,t)^2 - \frac{|v|} {T}d(s,t)^2}\]...array ([[ 1 , 2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 4 , 2 ], [ 4 , 4...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.ward_tree.html
    Mon Mar 23 20:39:21 UTC 2026
      14.4K bytes
      Cache
     
  4. dict_learning_online — scikit-learn 1.8.0 docum...

    X_hat - X ) ** 2 , axis = 1 ) / np . sum ( X ** 2 , axis = 1 ))...dict_learning_online ( X , n_components = 2 , * , alpha = 1 , max_iter = 100...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.dict_learning_online.html
    Mon Mar 23 20:39:21 UTC 2026
      15.6K bytes
      Cache
     
  5. KNeighborsTransformer — scikit-learn 1.8.0 docu...

    array([[2]])) As you can see, it returns [[0.5]], and [[2]], which..., metric = 'minkowski' , p = 2 , metric_params = None , n_jobs...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsTransformer.html
    Mon Mar 23 20:39:23 UTC 2026
      18.6K bytes
      Cache
     
  6. 1.1. Linear Models — scikit-learn 1.8.0 documen...

    \frac{n}{2} \log(2 \pi) - \frac{n}{2} \log(\sigma^2) - \frac{\sum_{i=1}^{n}...(y_i - \hat{y}_i)^2}{2\sigma^2}\] where \(\sigma^2\) is an estimate...
    scikit-learn.org/stable/modules/linear_model.html
    Mon Mar 23 20:39:20 UTC 2026
      41.5K bytes
      Cache
     
  7. StratifiedShuffleSplit — scikit-learn 1.8.0 doc...

    2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 ,...Test: index=[0 2 3] Fold 2: Train: index=[5 0 2] Test: index=[4...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedShuffleSplit.html
    Mon Mar 23 20:39:20 UTC 2026
      15.4K bytes
      Cache
     
  8. Comparing anomaly detection algorithms for outl...

    make_blobs ( centers = [[ 2 , 2 ], [ - 2 , - 2 ]], cluster_std = [...make_blobs ( centers = [[ 2 , 2 ], [ - 2 , - 2 ]], cluster_std = [...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_anomaly_comparison.html
    Mon Mar 23 20:39:20 UTC 2026
      19K bytes
      Cache
     
  9. PolynomialFeatures — scikit-learn 1.8.0 documen...

    degree-2 polynomial features are [1, a, b, a^2, ab, b^2]. Read...etc. excluded: x[0] ** 2 , x[0] ** 2 * x[1] , etc. include_bias...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.PolynomialFeatures.html
    Mon Mar 23 20:39:23 UTC 2026
      18.6K bytes
      Cache
     
  10. Bunch — scikit-learn 1.8.0 documentation

    b = 2 ) >>> b [ 'b' ] 2 >>> b . b 2 >>> b . a = 3 >>>...return a (key, value) pair as a 2-tuple. Pairs are returned in LIFO...
    scikit-learn.org/stable/modules/generated/sklearn.utils.Bunch.html
    Mon Mar 23 20:39:21 UTC 2026
      14.5K bytes
      Cache
     
Back to Top