Are the training targets inclusive?

Do provided training targets include all the possible values of training features?

For example, in.cooling_setpoint_res have following unique values:
['60F', '62F', '65F', '67F', '68F', '70F', '72F', '75F', '76F', '78F', '80F']
Is it possible for this target feature to have value of 71? Can it be below 60 or above 80?

Hi @gru.dam

The target feature could have a value of 71F. They will not contain decimals, e.g. 61.5F, and will be within the range of 60 to 80.

ThinkOnward Team