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
Hello, in the labs/employee-attrition/notebooks/employee-attrition.ipynb we import e.g. these
from ads.explanations.explainer import ADSExplainer
from ads.explanations.mlx_whatif_explainer import MLXWhatIfExplainer
from ads.explanations.mlx_global_explainer import MLXGlobalExplainer
from ads.explanations.mlx_local_explainer import MLXLocalExplainer
but they all fail, with errors like:
ModuleNotFoundError: No module named 'mlx'
more detailed:
Traceback (most recent call last):
File "/home/datascience/conda/rm_training_condav1/lib/python3.8/site-packages/IPython/core/interactiveshell.py", line 3457, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
File "/tmp/ipykernel_1552/4198881629.py", line 23, in <module>
from ads.explanations.explainer import ADSExplainer
File "/home/datascience/conda/rm_training_condav1/lib/python3.8/site-packages/ads/explanations/__init__.py", line 9, in <module>
import mlx
ModuleNotFoundError: No module named 'mlx'
ModuleNotFoundError: No module named 'mlx'
and then
$ pip install mlx
ERROR: Could not find a version that satisfies the requirement mlx (from versions: none)
ERROR: No matching distribution found for mlx
I don't quite understand how this notebook can work?
The text was updated successfully, but these errors were encountered:
Hello, in the labs/employee-attrition/notebooks/employee-attrition.ipynb we import e.g. these
but they all fail, with errors like:
more detailed:
and then
I don't quite understand how this notebook can work?
The text was updated successfully, but these errors were encountered: