alteryx / evalml

EvalML is an AutoML library written in python.
https://evalml.alteryx.com
BSD 3-Clause "New" or "Revised" License
769 stars 86 forks source link

Remove prophet-specific testing #4048

Open eccabay opened 1 year ago

eccabay commented 1 year ago

With the resolution of #3908, prophet is no longer a "special" dependency that can only be installed on some machines and needs explicit testing. We should remove our prophet-specific make functions, install methods, and tests since they are no longer needed.

eccabay commented 1 year ago

Note: this should resolve #3190 as well