Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 31 - 40 of 292 for d (0.06 sec)

  1. sklearn.linear_model.TweedieRegressor — scikit-...

    D^2 is defined as \(D^2 = 1-\frac{D(y_{true},y_{pred})}{D_{null}}\)...Compute D^2, the percentage of deviance explained. D^2 is a generalization...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.TweedieRegressor.html
    Tue May 07 15:05:50 UTC 2024
      54.4K bytes
      Cache
     
  2. 1.7. Gaussian Processes — scikit-learn 1.4.2 do...

    coefficients of \(x_d (d = 1, . . . , D)\) and a prior of \(N(0,...\text{exp}\left(- \frac{d(x_i, x_j)^2}{2l^2} \right)\] where \(d(\cdot, \cdot)\)...
    scikit-learn.org/stable/modules/gaussian_process.html
    Tue May 07 15:05:49 UTC 2024
      63.4K bytes
      Cache
     
  3. sklearn.datasets.make_sparse_coded_signal — sci...

    such that D is of shape (n_features, n_components)...default=False By default, Y, D and X are not transposed. New...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_sparse_coded_signal.html
    Tue May 07 15:05:49 UTC 2024
      20.5K bytes
      Cache
     
  4. 6.7. Kernel Approximation — scikit-learn 1.4.2 ...

    x^\top y +c_0)^d\] where: x , y are the input vectors d is the kernel...kernel of degree d consists of all possible degree- d products among...
    scikit-learn.org/stable/modules/kernel_approximation.html
    Tue May 07 15:05:49 UTC 2024
      42.9K bytes
      Cache
     
  5. sklearn.feature_extraction.DictVectorizer — sci...

    DictVectorizer ( sparse = False ) >>> D = [{ 'foo' : 1 , 'bar' : 2 },...}] >>> X = v . fit_transform ( D ) >>> X array([[2., 0., 1.], [0.,...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.DictVectorizer.html
    Tue May 07 15:05:50 UTC 2024
      55.4K bytes
      Cache
     
  6. sklearn.preprocessing.LabelBinarizer — scikit-l...

    The 2-d matrix should only contain 0 and...n_classes) Target values. The 2-d matrix should only contain 0 and...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.LabelBinarizer.html
    Tue May 07 15:05:49 UTC 2024
      48.6K bytes
      Cache
     
  7. Accelerating Elastic detection tradecraft with ...

    to share how our internal AI R&D efforts have increased the productivity...plans to pursue further LLM R&D and decided to tackle one of our...
    www.elastic.co/security-labs/accelerating-elastic-detection-tradecraft-with-llms
    Wed May 08 00:55:45 UTC 2024
      78.9K bytes
      Cache
     
  8. sklearn.metrics.pairwise_distances — scikit-lea...

    n_samples_Y) A distance matrix D such that D_{i, j} is the distance between...for usage examples. Returns : D ndarray of shape (n_samples_X,...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise_distances.html
    Tue May 07 15:05:49 UTC 2024
      25.6K bytes
      Cache
     
  9. sklearn.gaussian_process.kernels.Matern — sciki...

    \frac{\sqrt{2\nu}}{l} d(x_i , x_j )\Bigg)\] where \(d(\cdot,\cdot)\)...\Bigg( \frac{\sqrt{2\nu}}{l} d(x_i , x_j ) \Bigg)^\nu K_\nu\Bigg(...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.Matern.html
    Tue May 07 15:05:49 UTC 2024
      40.6K bytes
      Cache
     
  10. 1.2. Linear and Quadratic Discriminant Analysis...

    training sample \(x \in \mathcal{R}^d\) : \[P(y=k | x) = \frac{P(x |...\[P(x | y=k) = \frac{1}{(2\pi)^{d/2} |\Sigma_k|^{1/2}}\exp\left(-\frac{1}{2}...
    scikit-learn.org/stable/modules/lda_qda.html
    Tue May 07 15:05:49 UTC 2024
      35.4K bytes
      Cache
     
Back to top