VQCRegressor ============= The ``VQCRegressor`` is a variational quantum regressor. .. autoclass:: psipose.estimators.VQCRegressor :members: :undoc-members: :show-inheritance: :no-index: The regressor uses MSE loss and ``StandardScaler`` for target scaling. Output is Pauli-Z expectation value from the final quantum circuit.