AQIT 0.1.0
Loading...
Searching...
No Matches
tabular.py File Reference

Go to the source code of this file.

Namespaces

namespace  aquin
namespace  aquin.recipe
namespace  aquin.recipe.tabular

Functions

str aquin.recipe.tabular._task (Recipe recipe, pd.Series y)
Pipeline aquin.recipe.tabular._build_pipeline (str method, str task, pd.DataFrame X, dict[str, Any] train_cfg)
dict[str, float] aquin.recipe.tabular._scores (str task, Any y_true, Any y_pred)
float aquin.recipe.tabular._gate_score (str metric, dict[str, float] scores, str task)
dict[str, Any] aquin.recipe.tabular.train_tabular (Recipe recipe, Run recorder, Path out_dir)