Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 71 - 80 of 241 for musk (0.09 sec)

  1. SelectorMixin — scikit-learn 1.5.0 documentation

    def _get_support_mask ( self ): ... mask = np . zeros ( self...feature selection given a support mask This mixin provides a feature...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectorMixin.html
    Fri Jun 07 19:49:38 UTC 2024
      127.7K bytes
      Cache
     
  2. Lasso — scikit-learn 1.5.0 documentation

    alpha must be a non-negative float i.e....specific to the targets. Hence they must correspond in number. The precise...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.Lasso.html
    Fri Jun 07 19:49:38 UTC 2024
      174.6K bytes
      Cache
     
  3. Fitting an Elastic Net with a precomputed Gram ...

    the design matrix must be centered and then rescaled...with the sample weights, we must first center the design matrix,...
    scikit-learn.org/stable/auto_examples/linear_model/plot_elastic_net_precomputed_gram_matrix_with_...
    Fri Jun 07 19:49:36 UTC 2024
      103.2K bytes
      Cache
     
  4. KNNImputer — scikit-learn 1.5.0 documentation

    then input_features must match feature_names_in_ if feature_names_in_...
    scikit-learn.org/stable/modules/generated/sklearn.impute.KNNImputer.html
    Fri Jun 07 19:49:38 UTC 2024
      139.4K bytes
      Cache
     
  5. Spectral clustering for image segmentation — sc...

    mask = mask ) Take a decreasing function...np . full ( mask . shape , - 1.0 ) label_im [ mask ] = labels...
    scikit-learn.org/stable/auto_examples/cluster/plot_segmentation_toy.html
    Fri Jun 07 19:49:38 UTC 2024
      100.3K bytes
      Cache
     
  6. Poisson regression and non-normal loss — scikit...

    mask = y_pred > 0 if ( ~ mask ) . any (): n_masked , n_samples...n_samples = ( ~ mask ) . sum (), mask . shape [ 0 ] print ( "WARNING:...
    scikit-learn.org/stable/auto_examples/linear_model/plot_poisson_regression_non_normal_loss.html
    Fri Jun 07 19:49:38 UTC 2024
      168.9K bytes
      Cache
     
  7. MiniBatchSparsePCA — scikit-learn 1.5.0 documen...

    must have the same number of features...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.MiniBatchSparsePCA.html
    Fri Jun 07 19:49:38 UTC 2024
      144.1K bytes
      Cache
     
  8. orthogonal_mp_gram — scikit-learn 1.5.0 documen...

    default=True Whether the gram matrix must be copied by the algorithm....Whether the covariance vector Xy must be copied by the algorithm....
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.orthogonal_mp_gram.html
    Fri Jun 07 19:49:38 UTC 2024
      119.9K bytes
      Cache
     
  9. Early stopping of Stochastic Gradient Descent —...

    data [ mask ], mnist . target [ mask ], random_state...classes for binary classification mask = np . logical_or ( mnist ....
    scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_early_stopping.html
    Fri Jun 07 19:49:37 UTC 2024
      106.3K bytes
      Cache
     
  10. Some Cheap Wired Headphones Are Actually Using ...

    powered by the port but then you must pair and use them like any normal...
    it.slashdot.org/story/24/06/07/1933238/some-cheap-wired-headphones-are-actually-using-bluetooth
    Sat Jun 08 01:11:21 UTC 2024
      119.9K bytes
      Cache
     
Back to top