- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 571 - 580 of 1,998 for = (0.3 sec)
-
lasso_path — scikit-learn 1.7.0 documentation
precompute = 'auto' , Xy = None , copy_X = True , coef_init = None...y , * , eps = 0.001 , n_alphas = 100 , alphas = None , precompute...scikit-learn.org/stable/modules/generated/sklearn.linear_model.lasso_path.html -
Regularization path of L1- Logistic Regression ...
classification X = X [ y != 2 ] y = y [ y != 2 ] Compute regularization...datasets iris = datasets . load_iris () X = iris . data y = iris . target...scikit-learn.org/stable/auto_examples/linear_model/plot_logistic_path.html -
SparseCoder — scikit-learn 1.7.0 documentation
transform_alpha = None , split_sign = False , n_jobs = None , positive_code...default=None If algorithm='lasso_lars' or algorithm='lasso_cd'...scikit-learn.org/stable/modules/generated/sklearn.decomposition.SparseCoder.html -
LLM observability with Elastic: Taming the LLM ...
hallucinations: ========== Guardrail Assessment ========== **Model Response:**...: 0.03 (Threshold: 0.99) ========== Here, the Grounding Score...www.elastic.co/observability-labs/blog/llm-observability-amazon-bedrock-guardrails -
KernelDensity — scikit-learn 1.7.0 documentation
metric = 'euclidean' , atol = 0 , rtol = 0 , breadth_first = True..., bandwidth = 1.0 , algorithm = 'auto' , kernel = 'gaussian' ,...scikit-learn.org/stable/modules/generated/sklearn.neighbors.KernelDensity.html -
SpectralEmbedding — scikit-learn 1.7.0 document...
n_components = 2 , * , affinity = 'nearest_neighbors' , gamma = None...random_state = None , eigen_solver = None , eigen_tol = 'auto' ,...scikit-learn.org/stable/modules/generated/sklearn.manifold.SpectralEmbedding.html -
Incremental PCA — scikit-learn 1.7.0 documentation
X_transformed [ y == i , 0 ], X_transformed [ y == i , 1 ], color = color...IncrementalPCA iris = load_iris () X = iris . data y = iris . target...scikit-learn.org/stable/auto_examples/decomposition/plot_incremental_pca.html -
load_svmlight_files — scikit-learn 1.7.0 docume...
zero_based='auto' , query_id=False , offset=0 , length=-1 ) [source]...n_features=None , dtype=<class 'numpy.float64'> , multilabel=False...scikit-learn.org/stable/modules/generated/sklearn.datasets.load_svmlight_files.html -
Joint feature selection with multi-task Lasso —...
n_tasks = 100 , 30 , 40 n_relevant_features = 5 coef = np . zeros...feature_to_plot ], color = "seagreen" , linewidth = lw , label = "Ground truth"...scikit-learn.org/stable/auto_examples/linear_model/plot_multi_task_lasso_support.html -
neighbors.rst.txt
_neighbors: ========== Nearest Neighbors ========== .. sectionauthor::...Unsupervised Nearest Neighbors ========== :class:`NearestNeighbors`...scikit-learn.org/stable/_sources/modules/neighbors.rst.txt