Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 661 - 670 of 2,024 for = (0.06 sec)

  1. BaggingRegressor — scikit-learn 1.7.1 documenta...

    n_informative = 2 , n_targets = 1 , ... random_state = 0 , shuffle = False...estimator = None , n_estimators = 10 , * , max_samples = 1.0 , max_features...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.BaggingRegressor.html
    Mon Aug 25 13:49:24 UTC 2025
      147.6K bytes
      Cache
     
  2. RandomTreesEmbedding — scikit-learn 1.7.1 docum...

    n_estimators = 100 , * , max_depth = 5 , min_samples_split = 2 , min_samples_leaf...max_leaf_nodes = None , min_impurity_decrease = 0.0 , sparse_output = True...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.RandomTreesEmbedding.html
    Mon Aug 25 13:49:24 UTC 2025
      154K bytes
      Cache
     
  3. OutlierMixin — scikit-learn 1.7.1 documentation

    shape = len ( X )) >>> estimator = MyEstimator () >>> X = np ....self , X , y = None ): ... self . is_fitted_ = True ... return...
    scikit-learn.org/stable/modules/generated/sklearn.base.OutlierMixin.html
    Mon Aug 25 13:49:24 UTC 2025
      109.6K bytes
      Cache
     
  4. RandomForestClassifier — scikit-learn 1.7.1 doc...

    n_estimators = 100 , * , criterion = 'gini' , max_depth = None , min_samples_split...min_weight_fraction_leaf = 0.0 , max_features = 'sqrt' , max_leaf_nodes = None ,...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.RandomForestClassifier.html
    Mon Aug 25 13:49:19 UTC 2025
      182K bytes
      Cache
     
  5. 8.3. Generated datasets — scikit-learn 1.7.1 do...

    ax2 ) = plt . subplots ( nrows = 1 , ncols = 2 , figsize = ( 8...make_blobs X , y = make_blobs ( centers = 3 , cluster_std = 0.5 , random_state...
    scikit-learn.org/stable/datasets/sample_generators.html
    Sat Aug 23 16:32:04 UTC 2025
      56.7K bytes
      Cache
     
  6. TSNE — scikit-learn 1.7.1 documentation

    init = 'pca' , verbose = 0 , random_state = None , method = 'barnes_hut'...n_components = 2 , * , perplexity = 30.0 , early_exaggeration = 12.0...
    scikit-learn.org/stable/modules/generated/sklearn.manifold.TSNE.html
    Mon Aug 25 13:49:18 UTC 2025
      142.6K bytes
      Cache
     
  7. smacof — scikit-learn 1.7.1 documentation

    metric = True , n_components = 2 , init = None , n_init = 'warn'...n_jobs = None , max_iter = 300 , verbose = 0 , eps = 1e-06 ,...
    scikit-learn.org/stable/modules/generated/sklearn.manifold.smacof.html
    Mon Aug 25 13:49:18 UTC 2025
      117.1K bytes
      Cache
     
  8. Decision Tree Regression with AdaBoost — scikit...

    color = colors [ 1 ], label = "n_estimators=1" , linewidth = 2 )...regr_1 = DecisionTreeRegresso ( max_depth = 4 ) regr_2 = AdaBoostRegressor...
    scikit-learn.org/stable/auto_examples/ensemble/plot_adaboost_regression.html
    Mon Aug 25 13:49:23 UTC 2025
      96K bytes
      Cache
     
  9. check_scoring — scikit-learn 1.7.1 documentation

    estimator = None , scoring = None , * , allow_none = False , raise_exc...X , y = load_iris ( return_X_y = True ) >>> classifier = DecisionTreeClassifi...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.check_scoring.html
    Mon Aug 25 13:49:24 UTC 2025
      113.4K bytes
      Cache
     
  10. GraphicalLasso — scikit-learn 1.7.1 documentation

    alpha = 0.01 , * , mode = 'cd' , covariance = None , tol = 0.0001...enet_tol = 0.0001 , max_iter = 100 , verbose = False , eps = np.f...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.GraphicalLasso.html
    Mon Aug 25 13:49:19 UTC 2025
      132.4K bytes
      Cache
     
Back to top