Collaborative Data Analysis for All
Project description
Introduction
ColDA is an open source project aimed at providing distributed machine learning tools for data analysis and machine learning based on Assisted Learning.
Package
Getting Started
Use case
- Examples and Instructions can be found in
examples/
Package Stucture
-
Basic package structure can be found in Github repository
-
Compared to the Basic package structure,
docs/
will contain different element. But at this point, you can follow the template -
py-pkg
is the main part of the package, you can add more modules (with__init__.py
) in this part. For example, if you addtemp
module, you can importtemp
module by:
import temp from py-pkg
-
This package structure can be improved by learning PyTorch package structure.
-
Basic Structure:
py-package-tempate/
|-- docs/
|-- |-- build_html/
|-- |-- build_latex/
|-- |-- source/
|-- py-pkg/
|-- |-- __init__.py
|-- |-- __version__.py
|-- |-- curves.py
|-- |-- entry_points.py
|-- tests/
|-- |-- test_data/
|-- | |-- supply_demand_data.json
|-- | __init__.py
|-- | conftest.py
|-- | test_curves.py
|-- .env
|-- .gitignore
|-- Pipfile
|-- Pipfile.lock
|-- README.md
|-- setup.py
How to Manage Package Environment
pipenv
is used to manage package. You can installpipenv
by:
pip3 install pipenv
- Use
pipenv
to install package. The first command is to install the package for development. The second command is to install the package for production.
pipenv install --dev
pipenv install
- Use
pipenv
to uninstall package:
pipenv uninstall
Pipenv Shells
- Entering into a Pipenv-managed shell. Remeber doing this every time before running the project.
cd py-package-tempate
pipenv install
pipenv shell
License
ColDA is licensed under the Apache 2.0 License.
Code of Conduct
Please review and adhere to the Code of Conduct when contributing to ColDA.
Reference
Please use the following reference
@article{diao2022gal,
title={GAL: Gradient Assisted Learning for Decentralized Multi-Organization Collaborations},
author={Diao, Enmao and Ding, Jie and Tarokh, Vahid},
journal={Advances in Neural Information Processing Systems},
volume={35},
pages={11854--11868},
year={2022}
}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file colda-0.0.1.tar.gz
.
File metadata
- Download URL: colda-0.0.1.tar.gz
- Upload date:
- Size: 81.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 249c2c2324fe4a3c04b859f14993537aa531bbdf403952527224235b59a0f468 |
|
MD5 | 9a346d4be6b0de082ec6a37e6390ae9c |
|
BLAKE2b-256 | 0be0d31df21ec6add9d346a1e181b774c9db131d76b29413fc82818755ac7cca |
File details
Details for the file colda-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: colda-0.0.1-py3-none-any.whl
- Upload date:
- Size: 148.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 371eeaf656013ba5c356652f57dc9ec852bf7a1999a897d77a26e619fce5035a |
|
MD5 | f63a3ead0332587daf0ae35edc2e337d |
|
BLAKE2b-256 | 745e9e5d70b5cfc8c3b000462b79f3803a7266a89476d78ee327dd09d90a732c |