You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

377 B

  1. This question is validated if the output of the Ordinal Encoder on the train set is:
array([[2.],
       [0.],
       [1.]])

Check that enc.categories_ returns[array(['bad', 'neutral', 'good'], dtype=object)].

  1. This question is validated if the output of the Ordinal Encoder on the test set is:
array([[2.],
       [2.],
       [0.]])