Python package d3plus
Project description
d3plus
d3plus
is Python package
Star this repo if you like it! ⭐️
Blog/Documentation
Contents
Installation
- Install d3plus from PyPI (recommended). d3plus is compatible with Python 3.6+ and runs on Linux, MacOS X and Windows.
- A new environment can be created as following:
conda create -n env_d3plus python=3.8
conda activate env_d3plus
pip install d3plus # normal install
pip install --upgrade d3plus # or update if needed
- Alternatively, you can install from the GitHub source:
# Directly install from github source
pip install -e git://github.com/erdogant/d3plus.git@0.1.0#egg=master
pip install git+https://github.com/erdogant/d3plus#egg=master
pip install git+https://github.com/erdogant/d3plus
# By cloning
git clone https://github.com/erdogant/d3plus.git
cd d3plus
pip install -U .
Import d3plus package
import d3plus as d3plus
Example:
df = pd.read_csv('https://github.com/erdogant/hnet/blob/master/d3plus/data/example_data.csv')
model = d3plus.fit(df)
G = d3plus.plot(model)
References
Citation
Please cite in your publications if this is useful for your research (see citation).
Maintainers
- Erdogan Taskesen, github: erdogant
Contribute
- All kinds of contributions are welcome!
- If you wish to buy me a Coffee for this work, it is very appreciated :)
Licence
See LICENSE for details.
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
d3plus-0.1.0.tar.gz
(6.6 kB
view details)
Built Distribution
File details
Details for the file d3plus-0.1.0.tar.gz
.
File metadata
- Download URL: d3plus-0.1.0.tar.gz
- Upload date:
- Size: 6.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.27.1 setuptools/58.0.4 requests-toolbelt/0.9.1 tqdm/4.64.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bc7d765404bad98037333ce1d0ddbc2b6d2e1ccce2c2163bbc1470a41b198929 |
|
MD5 | c21e0fd6d92b9550b905ad1bfbc034e3 |
|
BLAKE2b-256 | 244133bb055378f146b202d9edbeb149592c2c7556cd67ba650f8b53af2782ce |
File details
Details for the file d3plus-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: d3plus-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.27.1 setuptools/58.0.4 requests-toolbelt/0.9.1 tqdm/4.64.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f87d10969b53ad10ffa51a8a527b75c482e4f4318206903f725130449d0b991c |
|
MD5 | d2a572aaf9095efc454f405b46d8cd79 |
|
BLAKE2b-256 | 22602e2a97eac31c5b3a66ba5bf75b4bb10bed1eb98e79ae7db1f59352236743 |