- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1141 - 1150 of over 10,000 for 1 (2.48 seconds)
-
Examples of Using FrozenEstimator — sciki...
same three data points: [1 1 1] Now imagine you’d want to set...scikit-learn 1.5 Release Highlights for scikit-learn 1.5 Probability...scikit-learn.org/stable/auto_examples/frozen/plot_frozen_examples.html -
Bug triaging and issue curation — scikit-...
issues # The following workflow [ 1 ] is a good way to approach issue...scikit-learn.org/stable/developers/bug_triaging.html -
Two-class AdaBoost — scikit-learn 1.7.2 d...
random_state = 1 ) X2 , y2 = make_gaussian_quantiles...es ( mean = ( 3 , 3 ), cov = 1.5 , n_samples = 300 , n_features...scikit-learn.org/stable/auto_examples/ensemble/plot_adaboost_twoclass.html -
Orthogonal Matching Pursuit — scikit-lear...
1 , 1 ) plt . xlim ( 0 , 512 ) plt...make_sparse_coded_signal ( n_samples = 1 , n_components = n_components...scikit-learn.org/stable/auto_examples/linear_model/plot_omp.html -
Version 0.22 — scikit-learn 1.7.2 documen...
given for both n_jobs=1 or n_jobs>1 both with shared memory...results between n_jobs=1 and n_jobs>1 due to the handling of...scikit-learn.org/stable/whats_new/v0.22.html -
SGD: Weighted samples — scikit-learn 1.7....
) + [ 1 , 1 ], np . random . randn ( 10 , 2 )] y = [ 1 ] * 10...10 + [ - 1 ] * 10 sample_weight = 100 * np . abs ( np . random...scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_weighted_samples.html -
Caching nearest neighbors — scikit-learn ...
= True ) n_neighbors_list = [ 1 , 2 , 3 , 4 , 5 , 6 , 7 , 8 ,...fig , axes = plt . subplots ( 1 , 2 , figsize = ( 8 , 4 )) axes...scikit-learn.org/stable/auto_examples/neighbors/plot_caching_nearest_neighbors.html -
Frequently Asked Questions — scikit-learn...
reshape ( - 1 , 1 ) >>> X array([[0], [1], [2]]) >>>...'brute' ) (array([0, 1]), array([ 0, 0, -1])) Note that the example...scikit-learn.org/stable/faq.html -
Version 0.19 — scikit-learn 1.7.2 documen...
1.4 to 0.1.7 for resolving links in...linear_model.HuberRegressor . For Scipy <= 1.0.0, the optimizer could perform...scikit-learn.org/stable/whats_new/v0.19.html -
10. Model persistence — scikit-learn 1.7....
1.1. Train and Persist the Model...serialized by pickle or joblib . 10.1. Workflow Overview # In a typical...scikit-learn.org/stable/model_persistence.html