Describe the issue linked to the documentation
The InstanceHardnessThreshold class docstring states that a string can be passed as an argument for the estimator argument and lists the possible strings that can be passed. An error is raised when I pass these strings and the GitHub code does not have that functionality in it as well.
Suggest a potential alternative/fix
Remove passing a string as an argument for the estimator until this functionality is added because it is misleading for the users.