- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 281 - 290 of 766 for c (0.06 sec)
-
IsolationForest example — scikit-learn 1.7.1 do...
c = y , s = 20 , edgecolor = "k"...scatter ( X [:, 0 ], X [:, 1 ], c = y , s = 20 , edgecolor = "k"...scikit-learn.org/stable/auto_examples/ensemble/plot_isolation_forest.html -
k_means — scikit-learn 1.7.1 documentation
the data will be converted to C ordering, which will cause a memory...copy if the given data is not C-contiguous. n_clusters int The...scikit-learn.org/stable/modules/generated/sklearn.cluster.k_means.html -
Neighborhood Components Analysis Illustration —...
c = cm . Set1 ( y [[ i ]]), alpha...[ 1 ]]) ax . plot ( * line , c = cm . Set1 ( y [ j ]), linewidth...scikit-learn.org/stable/auto_examples/neighbors/plot_nca_illustration.html -
Confusion matrix — scikit-learn 1.7.1 documenta...
the regularization parameter C was not the best. In real life...model that is too regularized (C too low) to see # the impact on...scikit-learn.org/stable/auto_examples/model_selection/plot_confusion_matrix.html -
Demo of OPTICS clustering algorithm — scikit-le...
"c." ] for klass , color in enumerate..."g." , "r." , "b." , "y." , "c." ] for klass , color in enumerate...scikit-learn.org/stable/auto_examples/cluster/plot_optics.html -
Suspect bought AR-15 style rifle used in skyscr...
C. Boston Bay Area South Florida...burglaries 01:44 New details in D.C. plane collision investigation...www.nbcnews.com/nightly-news/video/suspect-bought-ar-15-style-rifle-used-in-skyscraper-shooting-f... -
Trump thanks Putin and says 'great progress' wa...
C. Boston Bay Area South Florida...games in Beijing Nightly News D.C. Police Chief back in charge after...www.nbcnews.com/video/trump-thanks-putin-and-says-great-progress-was-made-245109829668 -
SVM: Maximum margin separating hyperplane — sci...
C = 1000 ) clf . fit ( X , y ) plt...scatter ( X [:, 0 ], X [:, 1 ], c = y , s = 30 , cmap = plt . cm...scikit-learn.org/stable/auto_examples/svm/plot_separating_hyperplane.html -
Developer’s Guide — scikit-learn 1.7.1 document...
Cython or C/C++? Profiling Python code Memory...scikit-learn.org/stable/developers/index.html -
Ordinary Least Squares and Ridge Regression — s...
c_ [ 0.5 , 1 ] . T y_train = [ 0.5...0.5 , 1 ] X_test = np . c_ [ 0 , 2 ] . T np . random . seed (...scikit-learn.org/stable/auto_examples/linear_model/plot_ols_ridge.html