- Sort Score
- Num 10 results
- Language All
- Labels All
Results 2121 - 2130 of over 10,000 for 1 (1.62 seconds)
-
Density Estimation for a Gaussian mixture ̵...
norm = LogNorm ( vmin = 1.0 , vmax = 1000.0 ), levels =...X_train [:, 0 ], X_train [:, 1 ], 0.8 ) plt . title ( "Negative...scikit-learn.org/stable/auto_examples/mixture/plot_gmm_pdf.html -
2.7. Novelty and Outlier Detection — scik...
array ([[ - 1 , - 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], [...Inliers are labeled 1, while outliers are labeled -1. The predict method...scikit-learn.org/stable/modules/outlier_detection.html -
Outlier detection on a real data set — sc...
EllipticEnvelope ( support_fraction = 1.0 , contamination = 0.25 ), "Robust...load_wine ()[ "data" ][:, [ 1 , 2 ]] # two clusters fig , ax...scikit-learn.org/stable/auto_examples/applications/plot_outlier_detection_wine.html -
MBeanClientInterceptor (Spring Framework 7.0.1 ...
Since: 1.2 Author: Rob Harrop, Juergen...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/jmx/access/MBeanClie... -
2. Unsupervised learning — scikit-learn 1...
1. Gaussian mixture models 2.1.1. Gaussian Mixture 2.1.2....Mixture 2.2. Manifold learning 2.2.1. Introduction 2.2.2. Isomap 2.2.3....scikit-learn.org/stable/unsupervised_learning.html -
GenericWebApplicationContext (Spring Framework ...
Since: 1.2 Author: Juergen Hoeller, Chris...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/web/context/support/... -
2.9. Neural network models (unsupervised) ̵...
\[\sigma(x) = \frac{1}{1 + e^{-x}}\] 2.9.1.3. Stochastic Maximum...for digit classification 2.9.1.1. Graphical model and parametrization...scikit-learn.org/stable/modules/neural_networks_unsupervised.html -
Novelty detection with Local Outlier Factor (LO...
n_neighbors) is typically set 1) greater than the minimum number...novelty = True , contamination = 0.1 ) clf . fit ( X_train ) # DO NOT...scikit-learn.org/stable/auto_examples/neighbors/plot_lof_novelty_detection.html -
Version 0.20 — scikit-learn 1.7.2 documen...
1} or {-1, 1} through pos_label parameter....PyPy3-v5.10+, Numpy 1.14.0+, and scipy 1.1.0+ are required. #11010...scikit-learn.org/stable/whats_new/v0.20.html -
Version 0.21 — scikit-learn 1.7.2 documen...
threaded for n_jobs > 1 or n_jobs = -1 . #12955 by Prabakaran...linear_model.ARDRegression and Scipy>=1.3.0. Adapts to upstream changes...scikit-learn.org/stable/whats_new/v0.21.html