Feature columns pre-processing #166
              
                Unanswered
              
          
                  
                    
                      carlota-moh
                    
                  
                
                  asked this question in
                Q&A
              
            Replies: 1 comment 2 replies
-
| 
         Hi @carlota-moh, can you explicitly name the estimator you have in mind and maybe tell us more about your use case? Just to make sure I will answer the best I can.  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    2 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
First of all, thank you so much for this amazing library! I've been racking my brain on how to perform uncertainty estimation and this is just what I needed
My question is rather simple: does the Nanny estimator perform any preprocessing on the input data? Scanning through the code I have noticed that it does encode categorical variables, but does it scale numeric variables too? If not, does it expect to have them already scaled when feeding data to the model?
Beta Was this translation helpful? Give feedback.
All reactions