- Sort Score
- Num 10 results
- Language All
- Labels All
Results 581 - 590 of 3,542 for document (4.25 seconds)
-
A demo of the Spectral Co-Clustering algorithm ...
Biclustering algorithm Biclustering documents with the Spectral Co-clustering...Co-clustering algorithm Biclustering documents with the Spectral Co-clustering...scikit-learn.org/stable/auto_examples/bicluster/plot_spectral_coclustering.html -
Apache Lucene™ 10.3.2 Documentation
2 Documentation Lucene is a Java full-text...applications. This is the official documentation for Apache Lucene 10.3.2...lucene.apache.org/core/10_3_2/index.html -
7.9. Transforming the prediction target (y) ...
Transforming the prediction target ( y): These are transformers that are not intended to be used on features, only on supervised learning targets. See also Transforming target in regression if you ...scikit-learn.org/stable/modules/preprocessing_targets.html -
Release Highlights for scikit-learn 1.6 —...
We are pleased to announce the release of scikit-learn 1.6! Many bug fixes and improvements were added, as well as some key new features. Below we detail the highlights of this release. For an exha...scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_6_0.html -
Comparison of kernel ridge and Gaussian process...
This example illustrates differences between a kernel ridge regression and a Gaussian process regression. Both kernel ridge regression and Gaussian process regression are using a so-called “kernel ...scikit-learn.org/stable/auto_examples/gaussian_process/plot_compare_gpr_krr.html -
Joint feature selection with multi-task Lasso &...
The multi-task lasso allows to fit multiple regression problems jointly enforcing the selected features to be the same across tasks. This example simulates sequential measurements, each task is a t...scikit-learn.org/stable/auto_examples/linear_model/plot_multi_task_lasso_support.html -
Receiver Operating Characteristic (ROC) with cr...
This example presents how to estimate and visualize the variance of the Receiver Operating Characteristic (ROC) metric using cross-validation. ROC curves typically feature true positive rate (TPR) ...scikit-learn.org/stable/auto_examples/model_selection/plot_roc_crossval.html -
Agglomerative clustering with and without struc...
This example shows the effect of imposing a connectivity graph to capture local structure in the data. The graph is simply the graph of 20 nearest neighbors. There are two advantages of imposing a ...scikit-learn.org/stable/auto_examples/cluster/plot_agglomerative_clustering.html -
7.3. Preprocessing data — scikit-learn 1....
The sklearn.preprocessing package provides several common utility functions and transformer classes to change raw feature vectors into a representation that is more suitable for the downstream esti...scikit-learn.org/stable/modules/preprocessing.html -
Demonstrating the different strategies of KBins...
This example presents the different strategies implemented in KBinsDiscretizer: ‘uniform’: The discretization is uniform in each feature, which means that the bin widths are constant in each dimens...scikit-learn.org/stable/auto_examples/preprocessing/plot_discretization_strategies.html