You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To support the `Prophet` time series estimator, be sure to install it as an extra requirement. Please note that this may take a few minutes.
99
99
Prophet is currently only supported via pip installation in EvalML for Mac with CmdStan as a backend.
@@ -152,8 +152,10 @@ brew install graphviz
152
152
153
153
Not all of EvalML's dependencies support Apple's new M1 chip. For this reason, `pip` or `conda` installing EvalML will
154
154
fail. The core set of EvalML dependencies can be installed in the M1 chip, so we recommend you install EvalML with core
155
-
dependencies.
155
+
dependencies.
156
156
157
157
Alternatively, there is experimental support for M1 chips with the Rosetta terminal. After setting up a Rosetta terminal, you should be able to `pip` or `conda` install EvalML.
158
158
159
+
For Docker fans, an included `Dockerfile.arm` can be built and run to provide an environment for testing. Details are included within.
* Refactored test cases that iterate over all components to use ``pytest.mark.parametrise`` and changed the corresponding ``if...continue`` blocks to ``pytest.mark.xfail`` :pr:`3622`
0 commit comments