Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 101 - 110 of over 10,000 for 2 (0.36 seconds)

  1. KNNImputer — scikit-learn 1.7.2 documenta...

    2. Attributes : indicator_ MissingIndicator...KNNImputer >>> X = [[ 1 , 2 , np . nan ], [ 3 , 4 , 3 ], [...
    scikit-learn.org/stable/modules/generated/sklearn.impute.KNNImputer.html
    Mon Dec 01 04:57:27 GMT 2025
      133.7K bytes
      Cache
     
  2. MiniBatchDictionaryLearning — scikit-lear...

    X_hat - X ) ** 2 , axis = 1 ) / np . sum ( X ** 2 , axis = 1 ))...argmin 0.5 || X - U V || _Fro ^ 2 + alpha * || U || _1 , 1 ( U ,...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.MiniBatchDictionaryLearning.html
    Mon Dec 01 04:57:27 GMT 2025
      149.7K bytes
      Cache
     
  3. PartialDependenceDisplay — scikit-learn 1...

    2 Release Highlights for scikit-learn 1.2 Release Highlights...‘both’) is not a valid option for 2-ways interactions plot. As a result,...
    scikit-learn.org/stable/modules/generated/sklearn.inspection.PartialDependenceDisplay.html
    Mon Dec 01 04:57:27 GMT 2025
      176.8K bytes
      Cache
     
  4. f_classif — scikit-learn 1.7.2 documentation

    n_informative = 2 , n_clusters_per_class = 1 , ......>>> f_statistic array([2.21e+02, 7.02e-01, 1.70e+00, 9.31e-01,...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.f_classif.html
    Mon Dec 01 04:57:27 GMT 2025
      110.7K bytes
      Cache
     
  5. kneighbors_graph — scikit-learn 1.7.2 doc...

    p = 2 , metric_params = None , include_self...standard Euclidean distance when p = 2. See the documentation of scipy.spatial.distance...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.kneighbors_graph.html
    Sun Nov 30 16:36:35 GMT 2025
      113.6K bytes
      Cache
     
  6. PoissonRegressor — scikit-learn 1.7.2 doc...

    determination R^2. R^2 uses squared error and D^2 uses the deviance...() >>> X = [[ 1 , 2 ], [ 2 , 3 ], [ 3 , 4 ], [ 4 , 3...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.PoissonRegressor.html
    Mon Dec 01 04:57:26 GMT 2025
      139.5K bytes
      Cache
     
  7. make_classification — scikit-learn 1.7.2 ...

    n_informative = 2 , n_redundant = 2 , n_repeated = 0 , n_classes = 2 , n_clusters_per_class...n_clusters_per_class = 2 , weights = None , flip_y = 0.01 , class_sep...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_classification.html
    Sun Nov 30 16:36:37 GMT 2025
      135.8K bytes
      Cache
     
  8. enet_path — scikit-learn 1.7.2 documentation

    is: ( 1 / ( 2 * n_samples )) * || Y - XW || _Fro ^ 2 + alpha *...mono-output tasks it is: 1 / ( 2 * n_samples ) * || y - Xw ||^...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.enet_path.html
    Sun Nov 30 16:36:37 GMT 2025
      120K bytes
      Cache
     
  9. WhiteKernel — scikit-learn 1.7.2 document...

    predict ( X [: 2 ,:], return_std = True ) (array([653.0,...bounds ndarray of shape (n_dims, 2) The log-transformed bounds on...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.WhiteKernel.html
    Mon Dec 01 04:57:26 GMT 2025
      125.8K bytes
      Cache
     
  10. mean_absolute_error — scikit-learn 1.7.2 ...

    2 , 7 ] >>> y_pred = [ 2.5 , 0.0 , 2 , 8 ] >>>...>>> y_pred = [[ 0 , 2 ], [ - 1 , 2 ], [ 8 , - 5 ]] >>>...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.mean_absolute_error.html
    Mon Dec 01 04:57:27 GMT 2025
      113.1K bytes
      Cache
     
Back to Top