- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1021 - 1030 of over 10,000 for 1 (1.61 seconds)
-
AbstractAdaptableMessageListener (Spring Framew...
1 Author: Juergen Hoeller, Stephane...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/jms/listener/adapter... -
DictVectorizer — scikit-learn 1.8.0 docum...
1.], [0., 1., 3.]]) >>> v ....'foo' : 1.0 }, ... { 'baz' : 1.0 , 'foo'...scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.DictVectorizer.html -
Scalable learning with polynomial kernel approx...
original paper of Tensor Sketch [ 1 ] , i.e. the algorithm implemented..., which was the one used in [ 1 ] . from sklearn.datasets import...scikit-learn.org/stable/auto_examples/kernel_approximation/plot_scalable_poly_kernels.html -
Using KBinsDiscretizer to discretize continuous...
reshape ( - 1 , 1 ) # transform the dataset with...endpoint = False ) . reshape ( - 1 , 1 ) reg = LinearRegression ()...scikit-learn.org/stable/auto_examples/preprocessing/plot_discretization.html -
User Guide — scikit-learn 1.8.0 documenta...
Guide # 1. Supervised learning 1.1. Linear Models 1.1.1. Ordinary...Lasso 1.1.4. Multi-task Lasso 1.1.5. Elastic-Net 1.1.6. Multi-task...scikit-learn.org/stable/user_guide.html -
max_error — scikit-learn 1.8.0 documentation
1 ] >>> y_pred = [ 4 , 2 , 7 , 1 ] >>>...max_error ( y_true , y_pred ) 1.0 On this page This Page...scikit-learn.org/stable/modules/generated/sklearn.metrics.max_error.html -
Adjustment for chance in clustering performance...
mean ( axis = 1 ), scores . std ( axis = 1 ), alpha = 0.8 ,...scores , axis = 1 ), scores . std ( axis = 1 ), alpha = 0.8 ,...scikit-learn.org/stable/auto_examples/cluster/plot_adjusted_for_chance_measures.html -
make_regression — scikit-learn 1.8.0 docu...
1.523], [-0.2341, -0.2341], [-0.4694, 0.5425], [ 1.579,...scikit-learn 1.4 Release Highlights for scikit-learn 1.4 Release...scikit-learn.org/stable/modules/generated/sklearn.datasets.make_regression.html -
Manifold learning on handwritten digits: Locall...
array ([[ 1.0 , 1.0 ]]) # just something big...data . flat [:: X . shape [ 1 ] + 1 ] += 0.01 # Make X invertible...scikit-learn.org/stable/auto_examples/manifold/plot_lle_digits.html -
5.2. Permutation feature importance — sci...
as: \[i_j = s - \frac{1}{K} \sum_{k=1}^{K} s_{k,j}\] 5.2.2. Relation...degradation of the model’s score [ 1 ] . By breaking the relationship...scikit-learn.org/stable/modules/permutation_importance.html