MLBazaar / Cardea

An open source automl library for using machine learning in healthcare.

Home Page:https://mlbazaar.github.io/Cardea/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Featurization only runs on single core

sarahmish opened this issue · comments

Currently the featurization pipeline operates on a single core. Should be updated to enable users to operate on multicore if given a specific number.

Similar to the following

featurization.generate_feature_matrix(n_cores)