Skip to content

make sklearn dependence optional

Patrick Godwin requested to merge sklearn_imports into master

This should handle the item

make sklearn dependence "optional" in that we can still run the pipeline without installing sklearn as long as we don't use any of those classifiers

I went along with Reed's suggestion to mimic what's already done with the Kafka library to keep everything consistent, and because it seems like the simpler of the two options.

Edited by Patrick Godwin

Merge request reports