Boyan Hristov
Boyan Hristov
I agree that using learned transformations results in bias leaking in the instance selection, but I think this might be beneficial in certain scenarios. When the transformations are learned in...
If I understood @cosmic-cortex correctly, the bias from the estimators leaking into the instance selection must not necessarily be in the fom of class label information. Imagine the following dataset...
Looking at the [source](https://github.com/ros/dynamic_reconfigure/blob/noetic-devel/scripts/dynparam#L77) ```py try: params = rospy.get_param("~") except KeyError: print('error updating parameters: no parameters found on parameter server', file=sys.stderr) return ``` it seems like it was intended to...