Skip to content
Snippets Groups Projects
Commit 83f79d2b authored by Adam Fekete's avatar Adam Fekete
Browse files

refactoring the folder structure

parent 748639cb
Branches
No related tags found
1 merge request!1Add setup script
.idea
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
......
File moved
File moved
File moved
File moved
File moved
File moved
File moved
......@@ -7,11 +7,12 @@
"email": "refler@fhi-berlin.mpg.de",
"title": "Total cumulative mutual information",
"description": "This interactive notebook includes the original implementation of total cumulative mutual information (TCMI) to reproduce the main results presented in the publication.",
"url": "https://gitlab.mpcdf.mpg.de/rbenj/analytics-tcmi",
"url": "https://gitlab.mpcdf.mpg.de/nomad-lab/analytics-tcmi",
"link": "https://analytics-toolkit.nomad-coe.eu/hub/user-redirect/notebooks/tutorials/tcmi.ipynb",
"link_public": "https://analytics-toolkit.nomad-coe.eu/public/user-redirect/notebooks/tutorials/tcmi.ipynb",
"created": "",
"updated": "",
"flags":{
"flags": {
"isPublic": false,
"featured": false,
"top_of_list": false
......
......@@ -13,5 +13,5 @@ setup(
description=metainfo['title'],
long_description=metainfo['description'],
packages=find_packages(),
install_requires=['numpy', 'scipy', 'pandas'],
install_requires=['numpy', 'scipy', 'pandas', 'scikit-learn', 'joblib'],
)
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment