Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 981 - 990 of 2,010 for = (0.61 sec)

  1. fetch_kddcup99 — scikit-learn 1.7.0 documentation

    return_X_y = False , as_frame = False , n_retries = 3 , delay = 1.0...* , subset = None , data_home = None , shuffle = False , random_state...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_kddcup99.html
    Tue Jul 01 15:59:32 UTC 2025
      113.8K bytes
      Cache
     
  2. Regularization path of L1- Logistic Regression ...

    classification X = X [ y != 2 ] y = y [ y != 2 ] Compute regularization...datasets iris = datasets . load_iris () X = iris . data y = iris . target...
    scikit-learn.org/stable/auto_examples/linear_model/plot_logistic_path.html
    Tue Jul 01 15:59:33 UTC 2025
      97K bytes
      Cache
     
  3. Monotonic Constraints — scikit-learn 1.7.0 docu...

    X = np . c_ [ f_0 , f_1 ] noise = rng . normal ( loc = 0.0 ,...y , "o" , alpha = 0.3 , zorder =- 1 , color = "tab:green" ) disp...
    scikit-learn.org/stable/auto_examples/ensemble/plot_monotonic_constraints.html
    Tue Jul 01 15:59:32 UTC 2025
      145.3K bytes
      Cache
     
  4. SpectralEmbedding — scikit-learn 1.7.0 document...

    n_components = 2 , * , affinity = 'nearest_neighbors' , gamma = None...random_state = None , eigen_solver = None , eigen_tol = 'auto' ,...
    scikit-learn.org/stable/modules/generated/sklearn.manifold.SpectralEmbedding.html
    Tue Jul 01 15:59:34 UTC 2025
      129.3K bytes
      Cache
     
  5. KernelDensity — scikit-learn 1.7.0 documentation

    metric = 'euclidean' , atol = 0 , rtol = 0 , breadth_first = True..., bandwidth = 1.0 , algorithm = 'auto' , kernel = 'gaussian' ,...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.KernelDensity.html
    Tue Jul 01 15:59:32 UTC 2025
      136.5K bytes
      Cache
     
  6. OneClassSVM — scikit-learn 1.7.0 documentation

    kernel = 'rbf' , degree = 3 , gamma = 'scale' , coef0 = 0.0 ,...tol = 0.001 , nu = 0.5 , shrinking = True , cache_size = 200...
    scikit-learn.org/stable/modules/generated/sklearn.svm.OneClassSVM.html
    Mon Jun 30 13:50:28 UTC 2025
      139.4K bytes
      Cache
     
  7. 1.10. Decision Trees — scikit-learn 1.7.0 docum...

    >>> X = [[ 0 , 0 ], [ 1 , 1 ]] >>> Y = [ 0 , 1 ] >>> clf = tree...filled = True , rounded = True , ... special_characters = True...
    scikit-learn.org/stable/modules/tree.html
    Tue Jul 01 15:59:34 UTC 2025
      94.5K bytes
      Cache
     
  8. DBFlute : Migration : 0.8.9.13

    outputPackageAdjustm = map:{ ; flatDirectoryPackage = Aaa.Bbb.DBFlute...Aaa.Bbb.DBFlute ; omitDirectoryPackage = Aaa } 但し、今まで通りの書き方でも動作します。新規で利用さ...
    dbflute.seasar.org/ja/oldmigration/migrate-08912to08913.html
    Fri Jun 13 09:55:28 UTC 2025
      1.8K bytes
      1 views
      Cache
     
  9. RidgeCV — scikit-learn 1.7.0 documentation

    scoring = None , cv = None , gcv_mode = None , store_cv_results...X , y = load_diabetes ( return_X_y = True ) >>> clf = RidgeCV...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.RidgeCV.html
    Tue Jul 01 15:59:32 UTC 2025
      150.3K bytes
      Cache
     
  10. permutation_test_score — scikit-learn 1.7.0 doc...

    groups = None , cv = None , n_permutations = 100 , n_jobs = None...random_state = 0 , verbose = 0 , scoring = None , fit_params = None ,...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.permutation_test_score.html
    Tue Jul 01 15:59:33 UTC 2025
      121.8K bytes
      Cache
     
Back to top