seunggs
01/01/2023, 4:13 AMSamhita Alla
seunggs
01/02/2023, 4:52 AM{
"literals": {
"_wf_args": {
"scalar": {
"generic": {
"fields": {
"n_samples": 1000,
"n_features": 20,
"n_informative": 15,
"n_classes": 2,
"test_size": 0.2,
"n_estimator": 100
}
}
}
}
}
}
{
"hp": {
"n_samples": 1000,
"n_features": 20,
"n_informative": 15,
"n_classes": 2,
"test_size": 0.2,
"n_estimator": 100
}
}
{
"hp": {
"fields": {
"n_samples": 1000,
"n_features": 20,
"n_informative": 15,
"n_classes": 2,
"test_size": 0.2,
"n_estimator": 100
}
}
}
Samhita Alla
Yee
seunggs
01/03/2023, 5:22 PMYee
seunggs
01/03/2023, 5:23 PM_wf_args
with a bunch of integers and floats insideinputs
argument in POST executions
endpoint:{
"literals": {
"_wf_args": {
"scalar": {
"generic": {
"fields": {
"n_samples": 1000,
"n_features": 20,
"n_informative": 15,
"n_classes": 2,
"test_size": 0.2,
"n_estimator": 100
}
}
}
}
}
}
Yee
pyflyte run --remote core/dcjson.py printer_wf --dc_example '{"max_depth": 5, "learning_rate": 0.25, "objective": "hello world"}'
seunggs
01/03/2023, 7:11 PMYee
--data-raw $'\n\u000bflytesnacks\u0012\u000bdevelopment"Ä\u0001\nN\u0008\u0003\u0012\u000bflytesnacks\u001a\u000bdevelopment"\u0016core.dcjson.printer_wf*\u0018eZyobAxEL4vMbBg3amVaTw==\u0012[\nY\n\ndc_example\u0012K\nI:G\n\u0011\n\u0009objective\u0012\u0004\u001a\u0002hi\n\u001a\n\rlearning_rate\u0012\u0009\u0011o\u0012\u0083ÀÊ\u0021\u0009@\n\u0016\n\u0009max_depth\u0012\u0009\u0011\u0000\u0000\u0000\u0000\u0000\u0000E@\u001a\u000e\u0012\u000cflyteconsole:\u0000B\u0000\u0090\u0001\u0000'
which doesn’t helpseunggs
01/03/2023, 7:16 PM