Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 71 - 80 of 908 for c (0.15 sec)

  1. 2.4. Biclustering — scikit-learn 1.7.0 document...

    as follows: \[A_n = R^{-1/2} A C^{-1/2}\] Where \(R\) is the diagonal...to \(\sum_{j} A_{ij}\) and \(C\) is the diagonal matrix with...
    scikit-learn.org/stable/modules/biclustering.html
    Mon Jun 30 13:50:30 UTC 2025
      50.9K bytes
      Cache
     
  2. 5.1. Partial Dependence and Individual Conditio...

    \mathbb{E}_{X_C}\left[ f(x_S, X_C) \right]\\ &= \int f(x_S, x_C) p(x_C)...p(x_C) dx_C,\end{split}\] where \(f(x_S, x_C)\) is the response function...
    scikit-learn.org/stable/modules/partial_dependence.html
    Mon Jun 30 13:50:28 UTC 2025
      60.8K bytes
      Cache
     
  3. plot_release_highlights_1_7_0.ipynb

    with conda::\n\n conda install -c conda-forge scikit-learn\n" ]...d=False), LogisticRegression(C=2.0))\nmodel" ] }, { "cell_type":...
    scikit-learn.org/stable/_downloads/b7d178d09f44d400894015228deb0ddb/plot_release_highlights_1_7_0...
    Sun Jun 29 19:04:30 UTC 2025
      6.1K bytes
     
  4. Video Game History Foundation - Wikipedia

    ( IRS exemption status ): 501(c)(3) Purpose Video game archival...History Foundation[...] ^ a b c . gamehistory.org . from the original...
    en.wikipedia.org/wiki/Video_Game_History_Foundation
    Sun Jun 01 15:39:45 UTC 2025
      96.4K bytes
      Cache
     
  5. permutation_test_score — scikit-learn 1.7.0 doc...

    calculated as: (C + 1) / (n_permutations + 1) Where C is the number...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.permutation_test_score.html
    Mon Jun 30 13:50:30 UTC 2025
      121.8K bytes
      Cache
     
  6. PolynomialFeatures — scikit-learn 1.7.0 documen...

    order {‘C’, ‘F’}, default=’C’ Order of output array...include_bias = True , order = 'C' ) [source] # Generate polynomial...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.PolynomialFeatures.html
    Mon Jun 30 13:50:27 UTC 2025
      139.9K bytes
      Cache
     
  7. 6. Visualizations — scikit-learn 1.7.0 document...

    C = .01 ) clf . fit ( X_train ,...LogisticRegression ( random_state = 42 , C = .01 ) clf . fit ( X_train ,...
    scikit-learn.org/stable/visualizations.html
    Mon Jun 30 13:50:27 UTC 2025
      50K bytes
      Cache
     
  8. GaussianNB — scikit-learn 1.7.0 documentation

    Returns : C ndarray of shape (n_samples,)...The input samples. Returns : C ndarray of shape (n_samples, n_classes)...
    scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.GaussianNB.html
    Mon Jun 30 13:50:27 UTC 2025
      155.6K bytes
      Cache
     
  9. ComplementNB — scikit-learn 1.7.0 documentation

    Returns : C ndarray of shape (n_samples,)...The input samples. Returns : C ndarray of shape (n_samples, n_classes)...
    scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.ComplementNB.html
    Mon Jun 30 13:50:27 UTC 2025
      153.5K bytes
      Cache
     
  10. feature_selection.rst.txt

    the parameter C controls the sparsity: the smaller C the fewer features...(150, 4) >>> lsvc = LinearSVC(C=0.01, penalty="l1", dual=False).fit(X,...
    scikit-learn.org/stable/_sources/modules/feature_selection.rst.txt
    Sun Jun 29 19:04:30 UTC 2025
      14.5K bytes
      3 views
     
Back to top