features in a dataset for training a model? 
                  
                  
                  Or all features have to be the same data type (i.e., encode the integer features). Thanks
                  
                  
                
Give an example
You can have any type of variables but while inputting the data to the model it should be all numerical
 Monem
                          
                        
                      
                    
                    
                    
                    
                      Автор вопроса
                      
                      
                        
                          Monem
                          
                        
                      
                    
                    
                    
                    
                      Автор вопроса
                    
                    
                  A row in my dataset could be something like: 0,1,0,0,1,0,5,0,1,0… You see a one column (that has the value 5) is not binary like the others. So my question is it fine to fit the model on such a dataset or I need to encode this column as well
Minmax con that column
Обсуждают сегодня