Python package undouble_gui
Project description
undouble_gui
undouble_guiis Python package
Star this repo if you like it! ⭐️
Blog/Documentation
Contents
Installation
- Install undouble_gui from PyPI (recommended). undouble_gui 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_undouble_gui python=3.8
conda activate env_undouble_gui
pip install undouble_gui # normal install
pip install --upgrade undouble_gui # or update if needed
- Alternatively, you can install from the GitHub source:
# Directly install from github source
pip install -e git://github.com/erdogant/undouble_gui.git@0.1.0#egg=master
pip install git+https://github.com/erdogant/undouble_gui#egg=master
pip install git+https://github.com/erdogant/undouble_gui
# By cloning
git clone https://github.com/erdogant/undouble_gui.git
cd undouble_gui
pip install -U .
Import undouble_gui package
import undouble_gui as undouble_gui
Example:
df = pd.read_csv('https://github.com/erdogant/hnet/blob/master/undouble_gui/data/example_data.csv')
model = undouble_gui.fit(df)
G = undouble_gui.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
undouble_gui-0.1.0.tar.gz
(9.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file undouble_gui-0.1.0.tar.gz.
File metadata
- Download URL: undouble_gui-0.1.0.tar.gz
- Upload date:
- Size: 9.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9924fe10b6052cfe216328a0cf80e536bcf5ceedf177fdca41b1204d2d994430
|
|
| MD5 |
dfe1539a3a79d6df07f2c01b66df9e85
|
|
| BLAKE2b-256 |
d3ce21c82caecc74eeabfcf82e615d80067e8fb592a9e1a7e5113a5c2f5edbca
|
File details
Details for the file undouble_gui-0.1.0-py3-none-any.whl.
File metadata
- Download URL: undouble_gui-0.1.0-py3-none-any.whl
- Upload date:
- Size: 10.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
92cf429f579d7644449d3de703c1f9dc99d29084e11940810b355ab807af0c66
|
|
| MD5 |
b0f2e0d364899e47eabea3c5e343d8fd
|
|
| BLAKE2b-256 |
03babad8386a1a113ca6326b972ce9ec6d40cb572c4f982f37007533416c2a3e
|