h2oai / h2o-tutorials

Tutorials and training material for the H2O Machine Learning Platform
http://h2o.ai
1.48k stars 1.01k forks source link

What is TargetEncoder? #92

Closed Erlemar closed 5 years ago

Erlemar commented 5 years ago

Hello! I have a question: What is TargetEncoder in this line:

from h2o.targetencoder import TargetEncoder

? I can't import it and can find no code for it.

deil87 commented 5 years ago

Hi @Erlemar! This class was added in 3.22.0.1 version. Here is the link on github https://github.com/h2oai/h2o-3/blob/master/h2o-py/h2o/targetencoder.py . So you need to use the latest version of h2o-3

Erlemar commented 5 years ago

Thank you for your answer!