- Sort Score
- Result 20 results
- Languages All
- Labels All
Results 781 - 800 of 929 for spring (0.43 sec)
-
Sparse coding with a precomputed dictionary — s...
learning Gallery generated by Sphinx-Gallery This Page Download...scikit-learn.org/stable/auto_examples/decomposition/plot_sparse_coding.html -
Lasso model selection via information criteria ...
24 Gallery generated by Sphinx-Gallery This Page Download...scikit-learn.org/stable/auto_examples/linear_model/plot_lasso_lars_ic.html -
Image denoising using kernel PCA — scikit-learn...
faces Gallery generated by Sphinx-Gallery On this page This Page...scikit-learn.org/stable/auto_examples/applications/plot_digits_denoising.html -
Hashing feature transformation using Totally Ra...
dataset Gallery generated by Sphinx-Gallery This Page Download...scikit-learn.org/stable/auto_examples/ensemble/plot_random_forest_embedding.html -
Feature agglomeration vs. univariate selection ...
HuberRegressor vs Ridge on dataset with strong outliers HuberRegressor vs...vs Ridge on dataset with strong outliers Univariate Feature Selection...scikit-learn.org/stable/auto_examples/cluster/plot_feature_agglomeration_vs_univariate_selection.... -
Single estimator versus bagging: bias-variance ...
AdaBoost Gallery generated by Sphinx-Gallery On this page This Page...var ( y_predict , axis = 1 ) print ( " {0} : {1:.4f} (error) =...scikit-learn.org/stable/auto_examples/ensemble/plot_bias_variance.html -
Custom refit strategy of a grid search with cro...
cv_results ) print ( "All grid-search results:" ) print_dataframe...degree 3 gamma 0.001 coef0 0.0 shrinking True probability False tol...scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_digits.html -
Robust vs Empirical covariance estimate — sciki...
ellipsoid Gallery generated by Sphinx-Gallery On this page This Page...scikit-learn.org/stable/auto_examples/covariance/plot_robust_vs_empirical_covariance.html -
A demo of K-Means clustering on the handwritten...
decomposition import PCA print ( 82 * "_" ) print ( "init \t\t time...initialization Gallery generated by Sphinx-Gallery On this page This Page...scikit-learn.org/stable/auto_examples/cluster/plot_kmeans_digits.html -
The Johnson-Lindenstrauss bound for embedding w...
scaling Gallery generated by Sphinx-Gallery On this page This Page..., n_features = data . shape print ( f "Embedding { n_samples }...scikit-learn.org/stable/auto_examples/miscellaneous/plot_johnson_lindenstrauss_bound.html -
ひとめでConditionBean | DBFlute
dbflute.seasar.org/ja/manual/function/ormapper/conditionbean/hitomecb.html -
Lasso — scikit-learn 1.7.1 documentation
1) >>> print ( clf . coef_ ) [0.85 0. ] >>> print ( clf . intercept_...feature names that are all strings. Added in version 1.0. See...scikit-learn.org/stable/modules/generated/sklearn.linear_model.Lasso.html -
ElasticNetCV — scikit-learn 1.7.1 documentation
random_state=0) >>> print ( regr . alpha_ ) 0.199 >>> print ( regr . intercept_...feature names that are all strings. Added in version 1.0. See...scikit-learn.org/stable/modules/generated/sklearn.linear_model.ElasticNetCV.html -
Comparison of Calibration of Classifiers — scik...
probability Gallery generated by Sphinx-Gallery On this page This Page...scikit-learn.org/stable/auto_examples/calibration/plot_compare_calibration.html -
Restricted Boltzmann Machine features for digit...
regression Gallery generated by Sphinx-Gallery On this page This Page...rbm_features_classifier . predict ( X_test ) print ( "Logistic regression using...scikit-learn.org/stable/auto_examples/neural_networks/plot_rbm_logistic_classification.html -
Multilabel classification — scikit-learn 1.7.1 ...
dataset Gallery generated by Sphinx-Gallery This Page Download...scikit-learn.org/stable/auto_examples/miscellaneous/plot_multilabel.html -
Map data to a normal distribution — scikit-lear...
probability Gallery generated by Sphinx-Gallery This Page Download...scikit-learn.org/stable/auto_examples/preprocessing/plot_map_data_to_normal.html -
Multilabel classification using a classifier ch...
labels but also does not make strong assumptions about their correct...scikit-learn 0.22 Gallery generated by Sphinx-Gallery On this page This Page...scikit-learn.org/stable/auto_examples/multioutput/plot_classifier_chain_yeast.html -
Multi-class AdaBoosted Decision Trees — scikit-...
regression Gallery generated by Sphinx-Gallery On this page This Page...y_train ) . predict ( X_test ) ) print ( "DecisionTreeClassifi's m...scikit-learn.org/stable/auto_examples/ensemble/plot_adaboost_multiclass.html -
Linear and Quadratic Discriminant Analysis with...
spines [ "top" ] . set_visible ( False ) ax . spines [ "bottom"...ax . spines [ "left" ] . set_visible ( False ) ax . spines [ "right"...scikit-learn.org/stable/auto_examples/classification/plot_lda_qda.html