- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 201 - 210 of 2,947 for 1 (0.48 sec)
-
make_hastie_10_2 — scikit-learn 1.6.1 documenta...
float64(-1.0), np.float64(1.0), np.float64(-1.0), np.float64(1.0),...[ i ] = 1 if np . sum ( X [ i ] ** 2 ) > 9.34 else - 1 Read more...scikit-learn.org/stable/modules/generated/sklearn.datasets.make_hastie_10_2.html -
GammaRegressor — scikit-learn 1.6.1 documentation
alpha = 1.0 , fit_intercept = True , solver...Parameters : alpha float, default=1 Constant that multiplies the L2...scikit-learn.org/stable/modules/generated/sklearn.linear_model.GammaRegressor.html -
Displaying Pipelines — scikit-learn 1.6.1 docum...
n_jobs = 1 ) grid_search # click on the diagram...RandomForestClassifi())]), n_jobs=1, param_grid={'classifier__criterion':...scikit-learn.org/stable/auto_examples/miscellaneous/plot_pipeline_display.html -
移行 1.2.0 to 1.2.1 | DBFlute
dbflute.seasar.org/ja/environment/upgrade/migration/migrate120to121.html -
About us — scikit-learn 1.6.1 documentation
scikit-learn.org/stable/about.html -
Recently Deprecated — scikit-learn 1.6.1 docume...
Deprecated # To be removed in 1.7 utils.parallel_backend util...scikit-learn.org/stable/api/deprecated.html -
AdaBoostRegressor — scikit-learn 1.6.1 document...
the range [1, inf) . learning_rate float, default=1.0 Weight applied...n_estimators = 50 , learning_rate = 1.0 , loss = 'linear' , random_state...scikit-learn.org/stable/modules/generated/sklearn.ensemble.AdaBoostRegressor.html -
OrthogonalMatchingPursuitCV — scikit-learn 1.6....
means 1 unless in a joblib.parallel_backend context. -1 means...all strings. Added in version 1.0. See also orthogonal_mp Solves...scikit-learn.org/stable/modules/generated/sklearn.linear_model.OrthogonalMatchingPursuitCV.html -
get_scorer — scikit-learn 1.6.1 documentation
1 , - 1 , - 0.5 , 2 ], ( - 1 , 1 )) >>> y = np...np . array ([ 0 , 1 , 1 , 0 , 1 ]) >>> classifier = DummyClassifier...scikit-learn.org/stable/modules/generated/sklearn.metrics.get_scorer.html -
f1_score — scikit-learn 1.6.1 documentation
[ 1 , 1 , 1 ], [ 0 , 1 , 1 ]] >>> y_pred = [[...[[ 0 , 0 , 0 ], [ 1 , 1 , 1 ], [ 1 , 1 , 0 ]] >>> f1_score ( y_true...scikit-learn.org/stable/modules/generated/sklearn.metrics.f1_score.html