Created
          January 16, 2022 20:53 
        
      - 
      
 - 
        
Save shaypal5/2292efe13dffeca05592d05d772edf74 to your computer and use it in GitHub Desktop.  
    Deepchecks Phishing URLs Example: Random Forest Model Evaluation
  
        
  
    
      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
    
  
  
    
  | from sklearn.tree import DecisionTreeClassifier | |
| model = DecisionTreeClassifier(criterion='entropy', splitter='random', random_state=SEED) | |
| model.fit(train_X, train_y) | |
| msuite.run(model=model, train_dataset=ds_train, test_dataset=ds_test) | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment