Created
          July 18, 2022 11:43 
        
      - 
      
- 
        Save neelindresh/e63b3ca6427fa302f5fe157a20def762 to your computer and use it in GitHub Desktop. 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | import torch | |
| import pandas as pd | |
| from sklearn.preprocessing import LabelEncoder | |
| from sklearn.model_selection import train_test_split | |
| from sklearn.metrics import accuracy_score,f1_score | |
| from pymlpipe.tabular import PyMLPipe | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment