- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 101 - 110 of 602 for musk (0.12 sec)
-
Monty Python and the Holy Grail turns 50 - Ars ...
swallows gripping a coconut by the husk. The guard still isn't having...in the film when the knights must answer three questions to cross...arstechnica.com/culture/2025/04/monty-python-and-the-holy-grail-turns-50/ -
DictVectorizer — scikit-learn 1.6.1 documentation
X must have been produced by this DictVectorizer’s...Constructor for feature mappings. Must conform to the collections.Mapping...scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.DictVectorizer.html -
SimpleImputer — scikit-learn 1.6.1 documentation
fill_value must be a string. If None , fill_value...array-like, then input_features must match feature_names_in_ if feature_names_in_...scikit-learn.org/stable/modules/generated/sklearn.impute.SimpleImputer.html -
Trump's deportation campaign is capitalizing on...
and asylum-seekers once again must wait for their cases across...picked up, in some cases by masked immigration agents, and held...www.nbcnews.com/politics/immigration/trumps-deportation-campaign-capitalizing-key-hallmark-speed-... -
Spectral clustering for image segmentation — sc...
mask = mask ) Take a decreasing function...np . full ( mask . shape , - 1.0 ) label_im [ mask ] = labels...scikit-learn.org/stable/auto_examples/cluster/plot_segmentation_toy.html -
HuberRegressor — scikit-learn 1.6.1 documentation
Epsilon must be in the range [1, inf) . max_iter...is equal to alpha * ||w||^2 . Must be in the range [0, inf) . warm_start...scikit-learn.org/stable/modules/generated/sklearn.linear_model.HuberRegressor.html -
RANSACRegressor — scikit-learn 1.6.1 documentation
inlier_mask_ bool array of shape [n_samples] Boolean mask of inliers...LinearRegression is used, the user must provide a value. residual_threshold...scikit-learn.org/stable/modules/generated/sklearn.linear_model.RANSACRegressor.html -
Compressive sensing: tomography reconstruction ...
logical_and ( mask > mask . mean (), mask_outer ) return np...list ( w [ mask ]) camera_inds += list ( inds [ mask ] + i * l_x...scikit-learn.org/stable/auto_examples/applications/plot_tomography_l1_reconstruction.html -
Partial Dependence and Individual Conditional E...
y_train = X [ mask_training ], y [ mask_training ] X_test..., y_test = X [ ~ mask_training ], y [ ~ mask_training ] We can...scikit-learn.org/stable/auto_examples/inspection/plot_partial_dependence.html -
Demo of DBSCAN clustering algorithm — scikit-le...
class_member_mask = labels == k xy = X [ class_member_mask & core_samples_mask...X [ class_member_mask & ~ core_samples_mask ] plt . plot ( xy...scikit-learn.org/stable/auto_examples/cluster/plot_dbscan.html