Skip to content

Does DifficultyEstimator require preprocessing? #29

Discussion options

You must be logged in to vote

Hi,

The call to k-NN does indeed scale the data, so this is not required.

If something is missing from the documentation, as in this case, you may peek directly into the code by following the [source] link just to the right of the documented class/function; in this case you may look at the code here and you will find the call to the scaler just after "if self.estimator_type == "knn".

Best regards,
Henrik

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by henrikbostrom
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #28 on February 13, 2024 14:24.