FLAML icon indicating copy to clipboard operation
FLAML copied to clipboard

allow user-defined meta feature function in suggest_config()

Open sonichi opened this issue 3 years ago • 1 comments

sonichi avatar Mar 21 '22 21:03 sonichi

The current meta_feature function does not support different meta feature methods, need to add another parameter such as "algorithm" to support inputting the meta feature method:

meta_feature(task, X_train, y_train) -> meta_feature(task, method="data_size", X_train, y_train)

liususan091219 avatar Apr 12 '22 21:04 liususan091219