Data Encoding classes should not require pixel_values #59
Labels
design-issue
This is a design issue and requires major change
good first issue
Good for newcomers
urgent
An urgent requirement
Milestone
Data encoding classes should not require a
pixel_value
argument such that the encoding technique can be used withSamplerQNN
orEstimatorQNN
primitives. The primitives, currently, require that thecircuit
orneural_network
and thepixel_values
orinput_params
be passed separately for model training purposes.An ideal data encoding function should look like below:
The
feature_param
attribute should be accessible from outside the function/class as well. This can be built as a property method in an encoding class.The text was updated successfully, but these errors were encountered: