Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 31 - 40 of 472 for d (0.04 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
    Mon May 20 18:34:24 UTC 2024
      54.4K bytes
      Cache
     
  2. 1.8. Cross decomposition — scikit-learn 1.4.2 d...

    \(X \in \mathbb{R}^{n \times d}\) and \(Y \in \mathbb{R}^{n \times...compute \(u_k \in \mathbb{R}^d\) and \(v_k \in \mathbb{R}^t\)...
    scikit-learn.org/stable/modules/cross_decomposition.html
    Mon May 20 18:34:24 UTC 2024
      36.9K bytes
      Cache
     
  3. Putting it all together — scikit-learn 1.4.2 do...

    "n_samples: %d " % n_samples ) print ( "n_features: %d " % n_features..."Extracting the top %d eigenfaces from %d faces" % ( n_components...
    scikit-learn.org/stable/tutorial/statistical_inference/putting_together.html
    Mon May 20 18:34:25 UTC 2024
      45.3K bytes
      1 views
      Cache
     
  4. sklearn.manifold.Isomap — scikit-learn 1.4.2 do...

    frobenius_norm[K(D) - K(D_fit)] / n_samples Where D is the matrix...isomap kernel: K(D) = -0.5 * (I - 1/n_samples) * D^2 * (I - 1/n_samples)...
    scikit-learn.org/stable/modules/generated/sklearn.manifold.Isomap.html
    Mon May 20 18:34:24 UTC 2024
      50.9K bytes
      Cache
     
  5. 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
    Mon May 20 18:34:24 UTC 2024
      63.4K bytes
      Cache
     
  6. sklearn.utils.Bunch — scikit-learn 1.4.2 docume...

    all items from D. copy ( ) → a shallow copy of D fromkeys ( iterable...method, then does: for k in E: D[k] = E[k] If E is present and...
    scikit-learn.org/stable/modules/generated/sklearn.utils.Bunch.html
    Mon May 20 18:34:24 UTC 2024
      30.2K bytes
      Cache
     
  7. 4.2. Permutation feature importance — scikit-le...

    dataset (training or validation) \(D\) . Compute the reference score...of the model \(m\) on data \(D\) (for instance the accuracy for...
    scikit-learn.org/stable/modules/permutation_importance.html
    Mon May 20 18:34:24 UTC 2024
      37.7K bytes
      Cache
     
  8. pydata-sphinx-theme.js

    (\d+)(?:\.([x*]|\d+)(?:\.([x*]|\d+)(?:\.([x*]|\d+))?(?:...e):s(m),r(i)))),i&&i.d<0&&(i.d=0)},c.d=(e,t)=>{for(var n in ...
    scikit-learn.org/dev/_static/scripts/pydata-sphinx-theme.js
    Mon May 20 18:34:23 UTC 2024
      9.2K bytes
     
  9. 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
    Mon May 20 18:34:24 UTC 2024
      20.5K bytes
      Cache
     
  10. 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
    Mon May 20 18:34:25 UTC 2024
      55.4K bytes
      Cache
     
Back to top