File tree Expand file tree Collapse file tree 3 files changed +2
-7
lines changed 
section-05-production-model-package 
section-07-ci-and-publishing/model-package Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 11from  feature_engine .encoding  import  OrdinalEncoder , RareLabelEncoder 
2- from  feature_engine .imputation  import  (
3-     AddMissingIndicator ,
4-     CategoricalImputer ,
5-     MeanMedianImputer ,
6- )
2+ from  feature_engine .imputation  import  AddMissingIndicator , CategoricalImputer , MeanMedianImputer 
73from  feature_engine .selection  import  DropFeatures 
84from  feature_engine .transformation  import  LogTransformer 
95from  feature_engine .wrappers  import  SklearnTransformerWrapper 
Original file line number Diff line number Diff line change 4747commands  =
4848	flake8 regression_model tests
4949	isort regression_model tests
50- 	black regression_model tests
5150	{posargs:mypy regression_model}
5251
5352
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ commands=
6767
6868[testenv:publish_model] 
6969envdir  = {toxworkdir}/test_package
70- whitelist_externals  = python 
70+ allowlist_externals  = * 
7171deps  =
7272	{[testenv:test_package]deps}
7373
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments