mc2
mc2 copied to clipboard
A Platform for Secure Analytics and Machine Learning
Bumps [numpy](https://github.com/numpy/numpy) from 1.19.5 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...
Bumps [numpy](https://github.com/numpy/numpy) from 1.19.5 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...
Could help with this? Thanks. docker run --env HTTP_PROXY="XXXXXXXXXXXXX" --env HTTPS_PROXY="XXXXXXXXXXXX" -it -v ~/github/mc2-project/playground:/mc2/client/playground mc2project/mc2_img:v0.1.3 root@da42abf41b17:/mc2/client# cp -r quickstart/* playground root@da42abf41b17:/mc2/client# mc2 configure $(pwd)/playground/config.yaml 2021-12-14 07:13:06 - INFO - Set...
Is this at all possible?
I install the mc2 through the way of installation via pulling an image. Installing the project through the default configuration, but appearing an error about grpc when executing "mc2 run"...
The given Docker command won't run; need to fix image name.
As per #179
Should we make `mc2 configure $(path-to-config-file)` a default so the user only needs to run this if the config file is somewhere else in a different path?
There is current a few places where there are still `print` statements. Can we switch to `logger` instead? https://github.com/mc2-project/mc2/blob/bfbec919c0e10a48b3655a4cde5b5a5640f9ef58/python-package/tests/azure/delete_azure_resources.py#L6
Currently the Python client does not have a robust and friendly exception classes and throws a **Segmentation fault** error on the erratically formatted schema files and this error, which does...