diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..637ab945 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "r.lsp.promptToInstall": false +} \ No newline at end of file diff --git a/DISCLAIMER.md b/DISCLAIMER.md new file mode 100644 index 00000000..cfc739bd --- /dev/null +++ b/DISCLAIMER.md @@ -0,0 +1,3 @@ +# DISCLAIMER + +The development of AlphaAutoML was supported by the DARPA D3M Program. Any opinions, findings and conclusions or recommendations expressed in this material are those of the author(s) and do not necessarily reflect the views of DARPA. \ No newline at end of file diff --git a/README.md b/README.md index e954a9fb..9b783713 100644 --- a/README.md +++ b/README.md @@ -78,4 +78,7 @@ You can also build an image to use with JupyterHub as follows: ``` docker build -t alpha-automl:latest-jupyterhub --target alpha-automl-jupyterhub . ``` -See also the documentation on how to setup Alpha-AutoML + JupyterHub on [Kubernetes](https://github.com/VIDA-NYU/alpha-automl/tree/devel/kubernetes). \ No newline at end of file +See also the documentation on how to setup Alpha-AutoML + JupyterHub on [Kubernetes](https://github.com/VIDA-NYU/alpha-automl/tree/devel/kubernetes). + +## Disclaimer +The development of AlphaAutoML was supported by the DARPA D3M Program. Any opinions, findings and conclusions or recommendations expressed in this material are those of the author(s) and do not necessarily reflect the views of DARPA. \ No newline at end of file