- Sort Score
- Num 10 results
- Language All
- Labels All
Results 561 - 570 of over 10,000 for 1 (0.57 seconds)
-
GenericUnivariateSelect — scikit-learn 1....
Added in version 1.0. See also f_classif ANOVA F-value......, "x(n_features_in_ - 1)"] . If input_features is...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.GenericUnivariateSelect.html -
Target Encoder’s Internal Cross fitting —...
reshape ( - 1 , 1 )) # Remove the linear relationship...replace = True ) . reshape ( - 1 , 1 ) Finally, we assemble the dataset...scikit-learn.org/stable/auto_examples/preprocessing/plot_target_encoder_cross_val.html -
Semi-supervised Classification on a Text Datase...
training set: { sum ( 1 for x in y_train if x == - 1 ) } " ) clf...vectorizer_params = dict ( ngram_range = ( 1 , 2 ), min_df = 5 , max_df = 0.8...scikit-learn.org/stable/auto_examples/semi_supervised/plot_semi_supervised_newsgroups.html -
Visualizing the stock market structure — ...
index ] = 1 dy = y - embedding [ 1 ] dy [ index ] = 1 this_dx =...alphas = np . logspace ( - 1.5 , 1 , num = 10 ) edge_model = covariance...scikit-learn.org/stable/auto_examples/applications/plot_stock_market.html -
API Reference — scikit-learn 1.8.0 docume...
Scale each feature to the [-1, 1] range without breaking the...(Kluger, 2003) [R2af9f5762274-1] . sklearn.cluster SpectralClustering...scikit-learn.org/stable/api/index.html -
2.8. Density Estimation — scikit-learn 1....
([[ - 1 , - 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2...\(x_i; i=1, \cdots, N\) is given by: \[\rho_K(y) = \sum_{i=1}^{N}...scikit-learn.org/stable/modules/density.html -
Demonstration of k-means assumptions — sc...
1 ], c = y_filtered ) axs [ 1 , 1 ] . set_title...X_filtered [:, 1 ], c = y_pred ) axs [ 1 , 1 ] . set_title (...scikit-learn.org/stable/auto_examples/cluster/plot_kmeans_assumptions.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 -
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