Replies: 1 comment 6 replies
-
In my view, the issue is not with the return of
Not true, you would do
Yes, this is a key issue. First, it inks to spec-7 as well, which should be supported by the workbench. Second, you want metadata regarding the sampling technique that was used.
In my personal experience, you generally play around with this during the analysis phase, and you can easily do so with the current dict of numpy arrays for outcomes. |
Beta Was this translation helpful? Give feedback.
-
Currently the results data is dumped into two dataframes:
While not necessarily bad, you do lose a bit of information in the process:
While you can work around everything, it sometimes feels a bit inconvenient. For examples:
create_pivot_plot
,CART
andPrim
for example require an x and y object.Therefore, I think there should be a more convenient dataformat possible that designs around these limitations.
Moreover, we might find some construct like a "score" or a "success definitions" useful, which can be included in this data structure.
Beta Was this translation helpful? Give feedback.
All reactions