customer-retention-toolkit


Namecustomer-retention-toolkit JSON
Version 0.1 PyPI version JSON
download
home_pagehttps://github.com/davv13/DS223_Project
SummaryA toolkit for customer retention analysis and prediction.
upload_time2023-12-13 07:50:03
maintainer
docs_urlNone
authorTigran Boynagryan, Hayk Khachatryan, Vahagn Tovmasyan, Davit Davtyan, Elen Petrosyan
requires_python
licenseMIT
keywords customer retention machine learning
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ## **Setup and Configuration**

Follow these steps to set up and run the package:

1. Create a new virtual environment:
   ```python
   python -m venv venv
   ```
2. Install the required packages using the provided `requirements.txt`:
   ```python
   pip install -r requirements.txt
   ```
3.For demo purposes, execute the code cells in `example.ipynb`.

When you get to the API section:

1. Start the API with:
   ```python
   python run.py
   ```

For web usage of the API:

- Visit: `http://127.0.0.1:5000`
- For detailed API documentation, go to: [`http://127.0.0.1:5000/docs`](http://127.0.0.1:5000/docs) (Press Enter).
- Click on `get_info`, then `try it out`. Input any ID from 1 to 3 and hit `execute`.
- The result will appear in the `Response` body.

For comprehensive documentation on the project, including step-by-step guides and detailed explanations, visit our [Documentation](https://davv13.github.io/MkDocs-/).

---

In the competitive world of subscription services, customer retention is key to sustained business success. High churn rates can significantly impact revenue and growth. This project aims to tackle churn by predicting which customers may leave using advanced analytics and machine learning, based on their interaction history and engagement patterns. 




            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/davv13/DS223_Project",
    "name": "customer-retention-toolkit",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "customer retention machine learning",
    "author": "Tigran Boynagryan, Hayk Khachatryan, Vahagn Tovmasyan, Davit Davtyan, Elen Petrosyan",
    "author_email": "tigran.boynagryan@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/05/97/db44961637e6242235bdfdcc618f95ab5875ad9b9d91d27eae9b624ac3ba/customer_retention_toolkit-0.1.tar.gz",
    "platform": null,
    "description": "## **Setup and Configuration**\r\n\r\nFollow these steps to set up and run the package:\r\n\r\n1. Create a new virtual environment:\r\n   ```python\r\n   python -m venv venv\r\n   ```\r\n2. Install the required packages using the provided `requirements.txt`:\r\n   ```python\r\n   pip install -r requirements.txt\r\n   ```\r\n3.For demo purposes, execute the code cells in `example.ipynb`.\r\n\r\nWhen you get to the API section:\r\n\r\n1. Start the API with:\r\n   ```python\r\n   python run.py\r\n   ```\r\n\r\nFor web usage of the API:\r\n\r\n- Visit: `http://127.0.0.1:5000`\r\n- For detailed API documentation, go to: [`http://127.0.0.1:5000/docs`](http://127.0.0.1:5000/docs) (Press Enter).\r\n- Click on `get_info`, then `try it out`. Input any ID from 1 to 3 and hit `execute`.\r\n- The result will appear in the `Response` body.\r\n\r\nFor comprehensive documentation on the project, including step-by-step guides and detailed explanations, visit our [Documentation](https://davv13.github.io/MkDocs-/).\r\n\r\n---\r\n\r\nIn the competitive world of subscription services, customer retention is key to sustained business success. High churn rates can significantly impact revenue and growth. This project aims to tackle churn by predicting which customers may leave using advanced analytics and machine learning, based on their interaction history and engagement patterns. \r\n\r\n\r\n\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A toolkit for customer retention analysis and prediction.",
    "version": "0.1",
    "project_urls": {
        "Homepage": "https://github.com/davv13/DS223_Project"
    },
    "split_keywords": [
        "customer",
        "retention",
        "machine",
        "learning"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "572f78966f3c1a29488a3080ae06316c5e96865cc272b027d362401132774fdf",
                "md5": "3099e244aad4ce3caa1bc2a7931f0fbc",
                "sha256": "41214c5efb79bb51da643674c877ba2dbb5448a41c9ecb58a1d8c47d0cd45dfc"
            },
            "downloads": -1,
            "filename": "customer_retention_toolkit-0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3099e244aad4ce3caa1bc2a7931f0fbc",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 13061,
            "upload_time": "2023-12-13T07:50:00",
            "upload_time_iso_8601": "2023-12-13T07:50:00.385138Z",
            "url": "https://files.pythonhosted.org/packages/57/2f/78966f3c1a29488a3080ae06316c5e96865cc272b027d362401132774fdf/customer_retention_toolkit-0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0597db44961637e6242235bdfdcc618f95ab5875ad9b9d91d27eae9b624ac3ba",
                "md5": "68ca7e7abdb90dea7cb2ca73bb07c0be",
                "sha256": "7c690ba375a5921ba68e45ce6a823aea4ab039ce1baf6e7e0f073a4a5cb59cf6"
            },
            "downloads": -1,
            "filename": "customer_retention_toolkit-0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "68ca7e7abdb90dea7cb2ca73bb07c0be",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 11289,
            "upload_time": "2023-12-13T07:50:03",
            "upload_time_iso_8601": "2023-12-13T07:50:03.103836Z",
            "url": "https://files.pythonhosted.org/packages/05/97/db44961637e6242235bdfdcc618f95ab5875ad9b9d91d27eae9b624ac3ba/customer_retention_toolkit-0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-13 07:50:03",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "davv13",
    "github_project": "DS223_Project",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "customer-retention-toolkit"
}
        
Elapsed time: 0.15471s