-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support human shape annotation in meta column info #137
Comments
@tjhunter would builder or experiment operator a good place to append human annotation? |
Hello Peng, yes you need to analyze the dataframe first, unless it contains
some simple (scalar) types. This may be relaxed in the future.
On January 23, 2018 at 6:18:34 PM, Peng Yu ***@***.***) wrote:
turns out it can be done, but i need to `tfs.analyze(df)` first...
wondering if it is possible
to give it to df instead of analysis it
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
|
Hello Peng, what do you mean by human annotation?
On January 23, 2018 at 7:18:05 PM, Peng Yu ***@***.***) wrote:
@tjhunter would builder or experiment operator a good place to append
human annotation?
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
|
Hi, I was referring to whether we should provide a interface let user pass in the shape of the dataframe columns. In my example, if I can add shape=(None,2) to column x's meta data, I don't need to analyze the whole dataframe, which have expensive cost |
@yupbank sorry I missed your response. There is a workaround documented there that should do the trick for your use case: |
which would be useful if there is a function the take human input into the meta data...
The text was updated successfully, but these errors were encountered: