abhishekkrthakur / approachingalmost

Approaching (Almost) Any Machine Learning Problem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

run() got an unexpected keyword argument 'model'

Anand-0220 opened this issue · comments

I get this error after running train.py from the command line

python train.py --fold 1 --model dt_gini

Update function add Model

def run(fold, model):