Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 151 - 160 of 1,996 for = (0.24 sec)

  1. Plot classification boundaries with different S...

    scatter = ax . scatter ( X [:, 0 ], X [:, 1 ], s = 150 , c = y ,...kernel , ax = None , long_title = True , support_vectors = True ):...
    scikit-learn.org/stable/auto_examples/svm/plot_svm_kernels.html
    Thu Jul 03 11:42:05 UTC 2025
      122.8K bytes
      Cache
     
  2. CountVectorizer — scikit-learn 1.7.0 documentation

    ngram_range=(1 , 1) , analyzer='word' , max_df=1.0 , min_df=1 , max_features=None...max_features=None , vocabulary=None , binary=False , dtype=<class 'numpy.int64'>...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.text.CountVectorizer.html
    Thu Jul 03 11:42:05 UTC 2025
      143.5K bytes
      Cache
     
  3. sparse_encode — scikit-learn 1.7.0 documentation

    n_nonzero_coefs = None , alpha = None , copy_cov = True , init = None ,...dictionary , * , gram = None , cov = None , algorithm = 'lasso_lars' ,...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.sparse_encode.html
    Thu Jul 03 11:42:06 UTC 2025
      118.6K bytes
      Cache
     
  4. Introducing the set_output API — scikit-learn 1...

    y = load_iris ( as_frame = True , return_X_y = True ) X_train..., y = fetch_openml ( "titanic" , version = 1 , as_frame = True...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_set_output.html
    Thu Jul 03 11:42:06 UTC 2025
      160.9K bytes
      Cache
     
  5. additionalForeignKeyMap | DBFlute

    foreignColumnName = MEMBER_ID ; fixedCondition = ... ; fixedSuffix = AsValid...{ ; $$split$$ = map: { ; land = dummy ; sea = dummy } # 本体の dfprop...
    dbflute.seasar.org/ja/manual/reference/dfprop/additionalforeignkey/index.html
    Fri Jun 13 09:55:28 UTC 2025
      43.3K bytes
      Cache
      Similar Results (1)
     
  6. SVM: Weighted samples — scikit-learn 1.7.0 docu...

    n_features = 2 , n_informative = 2 , n_redundant = 0 , n_clusters_per_class...n_clusters_per_class = 1 , class_sep = 1.1 , weights = [ 0.9 , 0.1 ],...
    scikit-learn.org/stable/auto_examples/svm/plot_weighted_samples.html
    Thu Jul 03 11:42:05 UTC 2025
      93.7K bytes
      Cache
     
  7. fastica — scikit-learn 1.7.0 documentation

    fun = 'logcosh' , fun_args = None , max_iter = 200 , tol = 0.0001...n_components = None , * , algorithm = 'parallel' , whiten = 'unit-variance'...
    scikit-learn.org/stable/modules/generated/fastica-function.html
    Thu Jul 03 11:42:06 UTC 2025
      117.5K bytes
      Cache
     
  8. Face completion with a multi-output estimators ...

    targets = fetch_olivetti_faces ( return_X_y = True ) train = data...n_faces = 5 rng = check_random_state ( 4 ) face_ids = rng . randint...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_multioutput_face_completion.html
    Thu Jul 03 11:42:06 UTC 2025
      99.2K bytes
      Cache
     
  9. Shrinkage covariance estimation: LedoitWolf vs ...

    color = "magenta" , linewidth = 3 , label = "Ledoit-Wolf...loglik_oa , color = "purple" , linewidth = 3 , label = "OAS estimate"...
    scikit-learn.org/stable/auto_examples/covariance/plot_covariance_estimation.html
    Thu Jul 03 11:42:06 UTC 2025
      108.5K bytes
      Cache
     
  10. Comparison of LDA and PCA 2D projection of Iris...

    [ y == i , 0 ], X_r2 [ y == i , 1 ], alpha = 0.8 , color = color...( X_r [ y == i , 0 ], X_r [ y == i , 1 ], color = color , alpha...
    scikit-learn.org/stable/auto_examples/decomposition/plot_pca_vs_lda.html
    Thu Jul 03 11:42:05 UTC 2025
      92.9K bytes
      Cache
     
Back to top