- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1031 - 1040 of 3,200 for 2 (0.1 sec)
-
MNIST classification using multinomial logistic...
subplot ( 2 , 5 , i + 1 ) l1_plot . imshow...scikit-learn.org/stable/auto_examples/linear_model/plot_sparse_logistic_regression_mnist.html -
Novelty detection with Local Outlier Factor (LO...
2 ) X_train = np . r_ [ X + 2 , X - 2 ] # Generate...randn ( 20 , 2 ) X_test = np . r_ [ X + 2 , X - 2 ] # Generate...scikit-learn.org/stable/auto_examples/neighbors/plot_lof_novelty_detection.html -
A demo of K-Means clustering on the handwritten...
can use PCA to project into a 2-dimensional space and plot the...reduced_data = PCA ( n_components = 2 ) . fit_transform ( data ) kmeans...scikit-learn.org/stable/auto_examples/cluster/plot_kmeans_digits.html -
移行 0.9.7.1 to 0.9.7.2 | DBFlute
dbflute.seasar.org/ja/environment/upgrade/migration/migrate0971to0972.html -
img_to_graph — scikit-learn 1.7.2 documentation
Skip to main content Back to top Ctrl + K GitHub Choose version img_to_graph # sklearn.feature_extraction.image. img_...scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.image.img_to_graph.html -
Bug triaging and issue curation — scikit-learn ...
The issue tracker is important to the communication in the project: it helps developers identify major projects to work on, as well as to discuss priorities. For this reason, it is important to cur...scikit-learn.org/stable/developers/bug_triaging.html -
Developer’s Guide — scikit-learn 1.7.2 document...
Contributing- Ways to contribute, Automated Contributions Policy, Submitting a bug report or a feature request- How to make a good bug report., Contributing code- Video resources, How to contribute...scikit-learn.org/stable/developers/index.html -
Visualizing cross-validation behavior in scikit...
ylim = [ n_splits + 2.2 , - 0.2 ], xlim = [ 0 , 100 ], )...cmap = cmap_cv , vmin =- 0.2 , vmax = 1.2 , ) # Plot the data classes...scikit-learn.org/stable/auto_examples/model_selection/plot_cv_indices.html -
aos.css
[data-aos]{transition-duration:2.05s}[data-aos][data-aos][data...[data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data...fess.codelibs.org/ja/_static/assets/vendor/aos/dist/aos.css -
Target Encoder’s Internal Cross fitting — sciki...
The TargetEncoder replaces each category of a categorical feature with the shrunk mean of the target variable for that category. This method is useful in cases where there is a strong relationship ...scikit-learn.org/stable/auto_examples/preprocessing/plot_target_encoder_cross_val.html