Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

is normalization step needed in feature preparation? #23

Open
donganlei opened this issue Oct 9, 2020 · 1 comment
Open

is normalization step needed in feature preparation? #23

donganlei opened this issue Oct 9, 2020 · 1 comment

Comments

@donganlei
Copy link

If the original features are at different ranges other than [-1, 1], do we need to normalize/calibrate their values before running mltk.predictor.gam.GAMLearner? Or, GAMLearner will take care of it?

Another question is: for mltk.predictor.evaluation.Evaluator, does can we find its metric output? I don't see the metric numbers displayed in output display or saved in any output file?

@yinlou
Copy link
Owner

yinlou commented Oct 9, 2020

No, you don't need to do any special preprocessing for features. Features of different scales are fine for GAM and GA2M, although you do need to discretize them first (https://github.com/yinlou/mltk/wiki/Dataset-Transformation#discretization).

You can find Evaluator's documentation here: https://github.com/yinlou/mltk/wiki/Model-Selection%2C-Evaluation-and-Prediction#model-evaluation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants