featurebox.utils package

Submodules

featurebox.utils.general module

featurebox.utils.predefined_typing module

Define several typing for convenient use

featurebox.utils.quickmethod module

This is script, copy for using, rather than call.**

featurebox.utils.quickmethod.cv_predict(x, y, s_estimator, kf)
featurebox.utils.quickmethod.dict_me(me='clf')
featurebox.utils.quickmethod.dict_method_clf()

many clf method.

featurebox.utils.quickmethod.dict_method_reg()

many reg method.

featurebox.utils.quickmethod.method_pack(method_all, me='reg', scoring=None, gd=True, cv=10)

return cv or gd.

featurebox.utils.quickmethod.pack_score(y_test_true_all, y_test_predict_all, scoring)