- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 811 - 820 of 2,535 for = (0.07 sec)
-
make_gaussian_quantiles — scikit-learn 1.5.2 do...
mean = None , cov = 1.0 , n_samples = 100 , n_features = 2 , n_classes...n_classes = 3 , shuffle = True , random_state = None ) [source]...scikit-learn.org/stable/modules/generated/sklearn.datasets.make_gaussian_quantiles.html -
classification_report — scikit-learn 1.5.2 docu...
labels = None , target_names = None , sample_weight = None ,..., digits = 2 , output_dict = False , zero_division = 'warn' )...scikit-learn.org/stable/modules/generated/sklearn.metrics.classification_report.html -
Why Is My Son Talking To A Therapist About His ...
fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor">...fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor">...digg.com/good-question/link/why-is-my-son-talking-to-a-therapist-about-his-divorce-instead-of-let... -
One-class SVM with non-linear kernel (RBF) — sc...
X_outliers = np . random . uniform ( low =- 4 , high = 4 , size = ( 20...levels = [ 0 ], colors = "darkred" , linewidths = 2 , ) s = 40 b1...scikit-learn.org/stable/auto_examples/svm/plot_oneclass.html -
Comparison of the K-Means and MiniBatchKMeans c...
different += ( k_means_labels == k ) != ( mbk_means_labels == k ) identical...( left = 0.02 , right = 0.98 , bottom = 0.05 , top = 0.9 ) colors...scikit-learn.org/stable/auto_examples/cluster/plot_mini_batch_kmeans.html -
fetch_olivetti_faces — scikit-learn 1.5.2 docum...
download_if_missing = True , return_X_y = False , n_retries = 3 , delay = 1.0...data_home = None , shuffle = False , random_state = 0 , download_if_missing...scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_olivetti_faces.html -
Installing the development version of scikit-le...
runtime: Python (>= 3.8), NumPy (>= 1.19.5), SciPy (>= 1.6.0), Joblib...Joblib (>= 1.2.0), threadpoolctl (>= 3.1.0). Build dependencies...scikit-learn.org/dev/developers/advanced_installation.html -
mean_variance_axis — scikit-learn 1.5.2 documen...
weights = None , return_sum_weights = False ) [source]...each feature if axis=0 or each sample if axis=1 . Added in version...scikit-learn.org/stable/modules/generated/sklearn.utils.sparsefuncs.mean_variance_axis.html -
mean_tweedie_deviance — scikit-learn 1.5.2 docu...
sample_weight = None , power = 0 ) [source] # Mean Tweedie...(n_samples,), default=None Sample weights. power float, default=0 Tweedie...scikit-learn.org/stable/modules/generated/sklearn.metrics.mean_tweedie_deviance.html -
Exponentiation — scikit-learn 1.5.2 documentation
y = make_friedman2 ( n_samples = 500 , noise = 0 , random_state...exponent = 2 ) >>> gpr = GaussianProcessRegre ( kernel = kernel...scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.Exponentiation.html