# d3plus
[](https://img.shields.io/pypi/pyversions/d3plus)
[](https://pypi.org/project/d3plus/)
[](https://erdogant.github.io/d3plus/)
[](https://github.com/erdogant/d3plus/)
[](https://pepy.tech/project/d3plus)
[](https://pepy.tech/project/d3plus)
[](https://github.com/erdogant/d3plus/blob/master/LICENSE)
[](https://github.com/erdogant/d3plus/network)
[](https://github.com/erdogant/d3plus/issues)
[](http://www.repostatus.org/#active)
[](https://zenodo.org/badge/latestdoi/228166657)
[](https://towardsdatascience.com/what-are-d3plus-loadings-and-biplots-9a7897f2e559)
[](https://erdogant.github.io/d3plus/pages/html/Documentation.html#colab-notebook)


[](https://erdogant.github.io/d3plus/pages/html/Documentation.html#)
<!---[](https://www.buymeacoffee.com/erdogant)-->
<!---[](https://erdogant.github.io/donate/?currency=USD&amount=5)-->
<!---[](https://www.buymeacoffee.com/erdogant)-->
<!---[](https://erdogant.github.io/donate/?currency=USD&amount=5)-->
* ``d3plus`` is Python package
#
**Star this repo if you like it! ⭐️**
#
## Blog/Documentation
* [**d3plus documentation pages (Sphinx)**](https://erdogant.github.io/d3plus/)
* [**Notebook with examples**](https://colab.research.google.com/github/erdogant/d3plus/blob/master/notebooks/d3plus.ipynb)
* [**Read more details and usage about d3plus in this blog!**](https://towardsdatascience.com/d3plus)
* <a href="https://erdogant.github.io/d3plus/"> <img src="https://img.shields.io/badge/Sphinx-Docs-Green" alt="Open documentation pages"/> </a> d3plus documentation pages
* <a href="https://colab.research.google.com/github/erdogant/d3plus/blob/master/notebooks/d3plus.ipynb"> <img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open example In Colab"/> </a> Notebook example
* <a href="https://towardsdatascience.com/a-step-by-step-guide-for-clustering-images-4b45f9906128"> <img src="https://img.shields.io/badge/Medium-Blog-blue" alt="Open Blog"/> </a> Blog: A step-by-step guide for clustering images
### Contents
- [Installation](#-installation)
- [Contribute](#-contribute)
- [Citation](#-citation)
- [Maintainers](#-maintainers)
- [License](#-copyright)
### 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:
```bash
conda create -n env_d3plus python=3.8
conda activate env_d3plus
```
```bash
pip install d3plus # normal install
pip install --upgrade d3plus # or update if needed
```
* Alternatively, you can install from the GitHub source:
```bash
# 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
```python
import d3plus as d3plus
```
#### Example:
```python
df = pd.read_csv('https://github.com/erdogant/hnet/blob/master/d3plus/data/example_data.csv')
model = d3plus.fit(df)
G = d3plus.plot(model)
```
<p align="center">
<img src="https://github.com/erdogant/d3plus/blob/master/docs/figs/fig1.png" width="600" />
</p>
#### References
* https://github.com/erdogant/d3plus
#### Citation
Please cite in your publications if this is useful for your research (see citation).
### Maintainers
* Erdogan Taskesen, github: [erdogant](https://github.com/erdogant)
### Contribute
* All kinds of contributions are welcome!
* If you wish to buy me a <a href="https://www.buymeacoffee.com/erdogant">Coffee</a> for this work, it is very appreciated :)
### Licence
See [LICENSE](LICENSE) for details.
Raw data
{
"_id": null,
"home_page": "https://github.com/erdogant/d3plus",
"name": "d3plus",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3",
"maintainer_email": "",
"keywords": "",
"author": "Erdogan Taskesen",
"author_email": "erdogant@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/24/41/33bb055378f146b202d9edbeb149592c2c7556cd67ba650f8b53af2782ce/d3plus-0.1.0.tar.gz",
"platform": null,
"description": "# d3plus\r\n\r\n[](https://img.shields.io/pypi/pyversions/d3plus)\r\n[](https://pypi.org/project/d3plus/)\r\n[](https://erdogant.github.io/d3plus/)\r\n[](https://github.com/erdogant/d3plus/)\r\n[](https://pepy.tech/project/d3plus)\r\n[](https://pepy.tech/project/d3plus)\r\n[](https://github.com/erdogant/d3plus/blob/master/LICENSE)\r\n[](https://github.com/erdogant/d3plus/network)\r\n[](https://github.com/erdogant/d3plus/issues)\r\n[](http://www.repostatus.org/#active)\r\n[](https://zenodo.org/badge/latestdoi/228166657)\r\n[](https://towardsdatascience.com/what-are-d3plus-loadings-and-biplots-9a7897f2e559)\r\n[](https://erdogant.github.io/d3plus/pages/html/Documentation.html#colab-notebook)\r\n\r\n\r\n[](https://erdogant.github.io/d3plus/pages/html/Documentation.html#)\r\n<!---[](https://www.buymeacoffee.com/erdogant)-->\r\n<!---[](https://erdogant.github.io/donate/?currency=USD&amount=5)-->\r\n\r\n\r\n\r\n\r\n\r\n<!---[](https://www.buymeacoffee.com/erdogant)-->\r\n<!---[](https://erdogant.github.io/donate/?currency=USD&amount=5)-->\r\n\r\n* ``d3plus`` is Python package\r\n\r\n# \r\n**Star this repo if you like it! \u2b50\ufe0f**\r\n#\r\n\r\n\r\n## Blog/Documentation\r\n\r\n* [**d3plus documentation pages (Sphinx)**](https://erdogant.github.io/d3plus/)\r\n* [**Notebook with examples**](https://colab.research.google.com/github/erdogant/d3plus/blob/master/notebooks/d3plus.ipynb)\r\n* [**Read more details and usage about d3plus in this blog!**](https://towardsdatascience.com/d3plus)\r\n\r\n* <a href=\"https://erdogant.github.io/d3plus/\"> <img src=\"https://img.shields.io/badge/Sphinx-Docs-Green\" alt=\"Open documentation pages\"/> </a> d3plus documentation pages \r\n* <a href=\"https://colab.research.google.com/github/erdogant/d3plus/blob/master/notebooks/d3plus.ipynb\"> <img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open example In Colab\"/> </a> Notebook example \r\n* <a href=\"https://towardsdatascience.com/a-step-by-step-guide-for-clustering-images-4b45f9906128\"> <img src=\"https://img.shields.io/badge/Medium-Blog-blue\" alt=\"Open Blog\"/> </a> Blog: A step-by-step guide for clustering images \r\n\r\n\r\n### Contents\r\n- [Installation](#-installation)\r\n- [Contribute](#-contribute)\r\n- [Citation](#-citation)\r\n- [Maintainers](#-maintainers)\r\n- [License](#-copyright)\r\n\r\n### Installation\r\n* Install d3plus from PyPI (recommended). d3plus is compatible with Python 3.6+ and runs on Linux, MacOS X and Windows. \r\n* A new environment can be created as following:\r\n\r\n```bash\r\nconda create -n env_d3plus python=3.8\r\nconda activate env_d3plus\r\n```\r\n\r\n```bash\r\npip install d3plus # normal install\r\npip install --upgrade d3plus # or update if needed\r\n```\r\n\r\n* Alternatively, you can install from the GitHub source:\r\n```bash\r\n# Directly install from github source\r\npip install -e git://github.com/erdogant/d3plus.git@0.1.0#egg=master\r\npip install git+https://github.com/erdogant/d3plus#egg=master\r\npip install git+https://github.com/erdogant/d3plus\r\n\r\n# By cloning\r\ngit clone https://github.com/erdogant/d3plus.git\r\ncd d3plus\r\npip install -U .\r\n``` \r\n\r\n#### Import d3plus package\r\n```python\r\nimport d3plus as d3plus\r\n```\r\n\r\n#### Example:\r\n```python\r\ndf = pd.read_csv('https://github.com/erdogant/hnet/blob/master/d3plus/data/example_data.csv')\r\nmodel = d3plus.fit(df)\r\nG = d3plus.plot(model)\r\n```\r\n<p align=\"center\">\r\n <img src=\"https://github.com/erdogant/d3plus/blob/master/docs/figs/fig1.png\" width=\"600\" />\r\n \r\n</p>\r\n\r\n\r\n#### References\r\n* https://github.com/erdogant/d3plus\r\n\r\n#### Citation\r\nPlease cite in your publications if this is useful for your research (see citation).\r\n \r\n### Maintainers\r\n* Erdogan Taskesen, github: [erdogant](https://github.com/erdogant)\r\n\r\n### Contribute\r\n* All kinds of contributions are welcome!\r\n* If you wish to buy me a <a href=\"https://www.buymeacoffee.com/erdogant\">Coffee</a> for this work, it is very appreciated :)\r\n\r\n### Licence\r\nSee [LICENSE](LICENSE) for details.\r\n",
"bugtrack_url": null,
"license": "",
"summary": "Python package d3plus",
"version": "0.1.0",
"project_urls": {
"Download": "https://github.com/erdogant/d3plus/archive/0.1.0.tar.gz",
"Homepage": "https://github.com/erdogant/d3plus"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "22602e2a97eac31c5b3a66ba5bf75b4bb10bed1eb98e79ae7db1f59352236743",
"md5": "d2a572aaf9095efc454f405b46d8cd79",
"sha256": "f87d10969b53ad10ffa51a8a527b75c482e4f4318206903f725130449d0b991c"
},
"downloads": -1,
"filename": "d3plus-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "d2a572aaf9095efc454f405b46d8cd79",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3",
"size": 6700,
"upload_time": "2023-08-13T08:01:23",
"upload_time_iso_8601": "2023-08-13T08:01:23.671069Z",
"url": "https://files.pythonhosted.org/packages/22/60/2e2a97eac31c5b3a66ba5bf75b4bb10bed1eb98e79ae7db1f59352236743/d3plus-0.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "244133bb055378f146b202d9edbeb149592c2c7556cd67ba650f8b53af2782ce",
"md5": "c21e0fd6d92b9550b905ad1bfbc034e3",
"sha256": "bc7d765404bad98037333ce1d0ddbc2b6d2e1ccce2c2163bbc1470a41b198929"
},
"downloads": -1,
"filename": "d3plus-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "c21e0fd6d92b9550b905ad1bfbc034e3",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3",
"size": 6619,
"upload_time": "2023-08-13T08:01:25",
"upload_time_iso_8601": "2023-08-13T08:01:25.268580Z",
"url": "https://files.pythonhosted.org/packages/24/41/33bb055378f146b202d9edbeb149592c2c7556cd67ba650f8b53af2782ce/d3plus-0.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-08-13 08:01:25",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "erdogant",
"github_project": "d3plus",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "d3plus"
}