- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 631 - 640 of 1,971 for = (0.46 sec)
-
train_test_split — scikit-learn 1.7.2 documenta...
test_size = None , train_size = None , random_state = None , shuffle...iris = datasets . load_iris ( as_frame = True ) >>> X , y = iris...scikit-learn.org/stable/modules/generated/sklearn.model_selection.train_test_split.html -
Nearest Neighbors regression — scikit-learn 1.7...
neighbors rng = np . random . RandomState ( 0 ) X_train = np . sort.... rand ( 40 , 1 ), axis = 0 ) X_test = np . linspace ( 0 , 5 ,...scikit-learn.org/stable/auto_examples/neighbors/plot_regression.html -
fetch_olivetti_faces — scikit-learn 1.7.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 -
Displaying estimators and complex pipelines — s...
lr = LogisticRegression ( penalty = "l1" ) print (...num_proc = make_pipeline ( SimpleImputer ( strategy = "median"...scikit-learn.org/stable/auto_examples/miscellaneous/plot_estimator_representation.html -
classification_report — scikit-learn 1.7.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 -
mean_tweedie_deviance — scikit-learn 1.7.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 -
LastaFlute Action | LastaFlute
an/ (sea=mystic, land=oneman) @Execute( urlPattern = "{}/ikspiary/{}"...... /list/3?favoriteCode=sea&nextName=land @Execute public HtmlResponse...dbflute.seasar.org/lastaflute/howto/action/index.html -
silhouette_score — scikit-learn 1.7.2 documenta...
metric = 'euclidean' , sample_size = None , random_state = None...X , y = make_blobs ( random_state = 42 ) >>> kmeans = KMeans...scikit-learn.org/stable/modules/generated/sklearn.metrics.silhouette_score.html -
1.6. Nearest Neighbors — scikit-learn 1.7.2 doc...
nbrs = NearestNeighbors ( n_neighbors = 2 , algorithm = 'ball_tree'...]]) >>> kdt = KDTree ( X , leaf_size = 30 , metric = 'euclidean'...scikit-learn.org/stable/modules/neighbors.html -
det_curve — scikit-learn 1.7.2 documentation
pos_label = None , sample_weight = None , drop_intermediate = False...negative class, i.e. fpr=0 and fnr=1 , unless fpr=0 is already reached...scikit-learn.org/stable/modules/generated/sklearn.metrics.det_curve.html