ColumnsProvider
-- make provider accessable for columns editing [Gutenberg collection processing backlog]
#464
Labels
Problem: It is not possible to modify columns outside the sampler. Let's say we would like to display
sent_ind
which is calculated during sampling, but not listed in the related ColumnsProvider by being a task-specific requirementHow to fix this: There is a need to bring the related initialization of the provider to the upper level:
AREkit/arekit/contrib/utils/serializer.py
Lines 23 to 30 in 2bc0465
Tricky moment is to consider other dependencies, based on the presence of the
label
column depending on theDataType
. I do beleive it might be restructured, soBertExperimentInputSerializerPipelineItem
or others might have access to theColumnsProvider
The text was updated successfully, but these errors were encountered: