- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 211 - 220 of 2,000 for = (0.1 sec)
-
IsotonicRegression — scikit-learn 1.7.0 documen...
y_min = None , y_max = None , increasing = True , out_of_bounds...X , y = make_regression ( n_samples = 10 , n_features = 1 , random_state...scikit-learn.org/stable/modules/generated/sklearn.isotonic.IsotonicRegression.html -
Nearest Centroid Classification — scikit-learn ...
c = y , cmap = cmap_bold , edgecolor = "k" , s = 20 ) plt...shrinkage , np . mean ( y == y_pred )) _ , ax = plt . subplots () DecisionBoundaryDisp...scikit-learn.org/stable/auto_examples/neighbors/plot_nearest_centroid.html -
Bisecting K-Means and Regular K-Means Performan...
data n_samples = 10000 random_state = 0 X , _ = make_blobs ( n_samples...n_samples = n_samples , centers = 2 , random_state = random_state...scikit-learn.org/stable/auto_examples/cluster/plot_bisect_kmeans.html -
Plotting Cross-Validated Predictions — scikit-l...
y = load_diabetes ( return_X_y = True ) lr = LinearRegression...y_pred = cross_val_predict ( lr , X , y , cv = 10 ) Since cv=10 ,...scikit-learn.org/stable/auto_examples/model_selection/plot_cv_predict.html -
区分値 (Classification) | DBFlute
codeType=String} ; map: {code=PRV;name=Provisional;alias=仮会員 ;c...{code=PRV;name=Provisional;alias=仮会員 ;comment= ... } ; map: {code=FML;name=Formalized...dbflute.seasar.org/ja/manual/function/genbafit/implfit/classification/index.html -
feed
fm=webp&w=1440&h=754&q=90&fit=crop 0 false In any...-1200x628.png?fm=webp&w=1440&h=754&q=90&fit=crop 0 false This...www.elastic.co/search-labs/rss/feed -
load_files — scikit-learn 1.7.0 documentation
description = None , categories = None , load_content = True , shuffle...shuffle = True , encoding = None , decode_error = 'strict' , random_state...scikit-learn.org/stable/modules/generated/sklearn.datasets.load_files.html -
r2_score — scikit-learn 1.7.0 documentation
sample_weight = None , multioutput = 'uniform_average' ,...r2_score >>> y_true = [ 3 , - 0.5 , 2 , 7 ] >>> y_pred = [ 2.5 , 0.0...scikit-learn.org/stable/modules/generated/sklearn.metrics.r2_score.html -
ShrunkCovariance — scikit-learn 1.7.0 documenta...
store_precision = True , assume_centered = False , shrinkage = 0.1 ) [source]...multivariate_normal ( mean = [ 0 , 0 ], ... cov = real_cov , ... size = 500 ) >>>...scikit-learn.org/stable/modules/generated/sklearn.covariance.ShrunkCovariance.html -
EllipticEnvelope — scikit-learn 1.7.0 documenta...
store_precision = True , assume_centered = False , support_fraction = None...multivariate_normal ( mean = [ 0 , 0 ], ... cov = true_cov , ... size = 500 ) >>>...scikit-learn.org/stable/modules/generated/sklearn.covariance.EllipticEnvelope.html