- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 801 - 810 of 2,535 for = (0.08 sec)
-
styles-v1.css
;charset=utf-8,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'...vg width="10" height="10" viewBox="0 0 16 16" xmlns="http://...www.elastic.co/guide/static/styles-v1.css -
Nearest Neighbors regression — scikit-learn 1.5...
neighbors rng = np . random . RandomState ( 0 ) X_train = np . sort.... rand ( 40 , 1 ), axis = 0 ) X_test = np . linspace ( 0 , 5 ,...scikit-learn.org/stable/auto_examples/neighbors/plot_regression.html -
make_low_rank_matrix — scikit-learn 1.5.2 docum...
n_samples = 100 , n_features = 100 , * , effective_rank = 10 , tail_strength...n_features = 25 , ... effective_rank = 5 , ... tail_strength = 0.01...scikit-learn.org/stable/modules/generated/sklearn.datasets.make_low_rank_matrix.html -
Most of Australia’s First Nations languages don...
<div class="svg-sprite" id="svg-sprite-container" style="display:none"></div>...type="text/javascript"> !function() { var static_server = 'dh...www.metafilter.com/206407/Most-of-Australias-First-Nations-languages-dont-have-gendered-pronouns -
SelfTrainingClassifier — scikit-learn 1.5.2 doc...
ts ] = - 1 >>> svc = SVC ( probability = True , gamma = "auto"...threshold = 0.75 , criterion = 'threshold' , k_best = 10 , max_iter...scikit-learn.org/stable/modules/generated/sklearn.semi_supervised.SelfTrainingClassifier.html -
top_k_accuracy_score — scikit-learn 1.5.2 docum...
normalize == True and the number of samples with normalize == False...y_score , * , k = 2 , normalize = True , sample_weight = None , labels...scikit-learn.org/stable/modules/generated/sklearn.metrics.top_k_accuracy_score.html -
Custom refit strategy of a grid search with cro...
- 1 )) y = digits . target == 8 print ( f "The number...SVC(C=1000, gamma=0.001) SVC ? Documentation for SVC SVC(C=1000,...scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_digits.html -
glossary.rst.txt
_glossary: ========== Glossary of Common Terms and API Elements ==========...props`. General Concepts ========== .. glossary:: 1d 1d array...scikit-learn.org/stable/_sources/glossary.rst.txt -
MultiOutputRegressor — scikit-learn 1.5.2 docum...
y = load_linnerud ( return_X_y = True ) >>> regr = MultiOutputRegressor...MultiOutputRegressor ( estimator , * , n_jobs = None ) [source] # Multi target...scikit-learn.org/stable/modules/generated/sklearn.multioutput.MultiOutputRegressor.html -
1.13. Feature selection — scikit-learn 1.5.2 do...
>>> lsvc = LinearSVC ( C = 0.01 , penalty = "l1" , dual = False...model = SelectFromModel ( lsvc , prefit = True ) >>> X_new = model...scikit-learn.org/stable/modules/feature_selection.html