pplonski / my_ml_service

My Machine Learning Web Service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

classifier name error

veronM opened this issue · comments

algorithm_code=inspect.getsource(RandomForestClassifier))

Should be ExtraTreesClassifier instead of RandomForestClassifier here I guess

commented

Thank you @veronM! Good catch. I will fix it. The same error is in the tutorial code.