- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 951 - 960 of 2,934 for 1 (0.12 sec)
-
Test with permutations the significance of a cl...
weak structure in the data [ 1 ] . References Total running time...scikit-learn.org/stable/auto_examples/model_selection/plot_permutation_tests_for_classification.html -
Decision Tree Regression with AdaBoost — scikit...
regr_1 . fit ( X , y ) regr_2 . fit ( X , y ) y_1 = regr_1 . predict...X , y_1 , color = colors [ 1 ], label = "n_estimators=1" , linewidth...scikit-learn.org/stable/auto_examples/ensemble/plot_adaboost_regression.html -
haversine_distances — scikit-learn 1.7.2 docume...
with a less than 1% error on average. Examples We...scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.haversine_distances.html -
_safe_indexing — scikit-learn 1.7.2 documentation
array([1, 2]) >>> _safe_indexing ( data , 0 , axis = 1 ) # select...integer are supported. If axis=1 : to select a single column, indices...scikit-learn.org/stable/modules/generated/sklearn.utils._safe_indexing.html -
img_to_graph — scikit-learn 1.7.2 documentation
1], [0, 0, 0, 1], [0, 1, 1, 1]]) On this page...np . array ([[ 0 , 0 ], [ 0 , 1 ]]) >>> img_to_graph ( img , return_as...scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.image.img_to_graph.html -
Gaussian Mixture Model Ellipsoids — scikit-lear...
1 , 1 + index ) for i , ( mean , covar...= np . array ([[ 0.0 , - 0.1 ], [ 1.7 , 0.4 ]]) X = np . r_ [...scikit-learn.org/stable/auto_examples/mixture/plot_gmm.html -
Plotting Learning Curves and Checking Models’ S...
1 , 1.0 , 5 ), "cv" : ShuffleSplit..."train_sizes" : np . linspace ( 0.1 , 1.0 , 5 ), "cv" : ShuffleSplit...scikit-learn.org/stable/auto_examples/model_selection/plot_learning_curve.html -
Crafting a minimal reproducer for scikit-learn ...
1.43 , 30.01 , 22.17 ], "target"...recent call last) <ipython-input-1-a674e682c281> in <module> 4 vectorizer...scikit-learn.org/stable/developers/minimal_reproducer.html -
APM Server version 6.1 | APM Server Reference [...
1.3 APM Server version 6.1.2 APM Server version 6.1.1 APM...Server version 6.1 View commits APM Server version 6.1.4 APM Server...www.elastic.co/guide/en/apm/server/current/release-notes-6.1.html -
Effect of model regularization on training and ...
noise = 1.0 , coef = True , random_state...alphas = np . logspace ( - 5 , 1 , 60 ) disp = ValidationCurveDispl...scikit-learn.org/stable/auto_examples/model_selection/plot_train_error_vs_test_error.html