Description
Hi,
I'm trying to implement a QGAN in qiskit version 2.1. However, all tutorials I've found are for Version 0.8 and earlier - like on Kaggle or qiskit.
Now obviously some functionalities have been moved or removed for good reason - I however can't figure out why in 'qiskit_machine_learning.datasets' all functionalities but 'ad_hoc' got removed (e.g. the 'dataset_helper' seems quite useful). I also couldn't find any good git-commit message explaining why it was removed.
Thanks for your help.
P.S.: I'm mainly trying to convert the Kaggle implementation right now, which fails due to the missing 'discretize_and_truncate' function from the dataset_helper. Additionally, I've noticed the 'CircuitQNN' from 'qiskit_machine_learning.neural_networks' being removed or moved, but I haven't looked into this to far yet.