Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 851 - 860 of 2,009 for = (0.06 sec)

  1. 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
    Wed Jul 02 18:21:48 UTC 2025
      97K bytes
      Cache
     
  2. ExtraTreeRegressor — scikit-learn 1.7.0 documen...

    criterion = 'squared_error' , splitter = 'random' , max_depth = None...min_weight_fraction_leaf = 0.0 , max_features = 1.0 , random_state = None , m...
    scikit-learn.org/stable/modules/generated/sklearn.tree.ExtraTreeRegressor.html
    Fri Jun 27 15:51:05 UTC 2025
      161.1K bytes
      Cache
     
  3. Nearest Centroid Classification — scikit-learn ...

    c = y , cmap = cmap_bold , edgecolor = "k" , s = 20 ) plt...shrinkage , np . mean ( y == y_pred )) _ , ax = plt . subplots () DecisionBoundaryDisp...
    scikit-learn.org/stable/auto_examples/neighbors/plot_nearest_centroid.html
    Wed Jul 02 18:21:48 UTC 2025
      90.7K bytes
      Cache
     
  4. HistGradientBoostingClassifier — scikit-learn 1...

    n_iter_no_change = 10 , tol = 1e-07 , verbose = 0 , random_state = None ,...loss = 'log_loss' , * , learning_rate = 0.1 , max_iter = 100 ,...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.HistGradientBoostingClassifier.html
    Wed Jul 02 18:21:48 UTC 2025
      175.6K bytes
      Cache
     
  5. ハンズオンセクション 7 | DBFlute

    REGISTER_USER=VARCHAR ; UPDATE_DATETIME=TIMESTAMP ; UPDATE_USER=VARCHAR...commonColumnMap = map: { ; REGISTER_DATETIME=TIMESTAMP ; REGISTER_USER=VARCHAR...
    dbflute.seasar.org/ja/tutorial/handson/section07.html
    Fri Jun 13 09:55:28 UTC 2025
      15.5K bytes
      Cache
     
  6. Bisecting K-Means and Regular K-Means Performan...

    data n_samples = 10000 random_state = 0 X , _ = make_blobs ( n_samples...n_samples = n_samples , centers = 2 , random_state = random_state...
    scikit-learn.org/stable/auto_examples/cluster/plot_bisect_kmeans.html
    Wed Jul 02 18:21:48 UTC 2025
      90.2K bytes
      Cache
     
  7. Incremental PCA — scikit-learn 1.7.0 documentation

    X_transformed [ y == i , 0 ], X_transformed [ y == i , 1 ], color = color...IncrementalPCA iris = load_iris () X = iris . data y = iris . target...
    scikit-learn.org/stable/auto_examples/decomposition/plot_incremental_pca.html
    Wed Jul 02 18:21:48 UTC 2025
      91.5K bytes
      Cache
     
  8. Joint feature selection with multi-task Lasso —...

    n_tasks = 100 , 30 , 40 n_relevant_features = 5 coef = np . zeros...feature_to_plot ], color = "seagreen" , linewidth = lw , label = "Ground truth"...
    scikit-learn.org/stable/auto_examples/linear_model/plot_multi_task_lasso_support.html
    Wed Jul 02 18:21:48 UTC 2025
      99.6K bytes
      Cache
     
  9. EllipticEnvelope — scikit-learn 1.7.0 documenta...

    store_precision = True , assume_centered = False , support_fraction = None...multivariate_normal ( mean = [ 0 , 0 ], ... cov = true_cov , ... size = 500 ) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.EllipticEnvelope.html
    Wed Jul 02 18:21:48 UTC 2025
      145.9K bytes
      Cache
     
  10. validation_curve — scikit-learn 1.7.0 documenta...

    groups = None , cv = None , scoring = None , n_jobs = None ,...pre_dispatch = 'all' , verbose = 0 , error_score = nan , fit_params...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.validation_curve.html
    Wed Jul 02 18:21:48 UTC 2025
      121.9K bytes
      Cache
     
Back to top