HealthCatalyst / healthcareai-py

Python tools for healthcare machine learning
http://healthcare.ai
MIT License
316 stars 188 forks source link

Turn off top factors #461

Closed mmastand closed 6 years ago

mmastand commented 6 years ago

It would really help with speed for the package on 1M+ rows if we could turn off the top factors calculation. The overhead of doing both model trainings is really rough when models take hours to train.

Without knowing the architecture of the package completely, perhaps an input flag streamline == True could turn off some of the more extraneous and computationally expensive things?

Aylr commented 6 years ago

Likely a duplicate of 419

Aylr commented 6 years ago

Dupe. Closing