deeprecsys


Namedeeprecsys JSON
Version 0.2.7 PyPI version JSON
download
home_pagehttps://deeprecsys.com
Summarydeeprecsys is an open tool belt to speed up the development of modern data science projects at an enterprise level
upload_time2024-05-15 22:23:01
maintainerNone
docs_urlNone
authorLucas Farris
requires_python<4,>=3.9
licenseGPL-3.0-or-later
keywords machinelearning reinforcementlearning recommmendersystems deeplearning datascience
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Deep RecSys

`deeprecsys` is an <u>open</u> <u>tool belt</u> to speed up the development of <u>modern</u> <u>data science</u> projects at an <u>enterprise</u> level.

These words were chosen very carefully, and by them we mean:
- **Open**: we rely on OSS and distribute openly with [a GNU GPLv3 license](./LICENSE) that won't change in the future. The official distribution channels are pypi ([see deeprecsys at pypi](https://pypi.org/project/deeprecsys/)) and GitHub ([see deeprecsys at Github](https://github.com/luksfarris/deeprecsys)).
- **Tool belt**: this project contains code that may extract, process, analyse, aggregate, test, and present data.
- **Modern**: the code will be updated as much as possible to the newest versions, as long as they are stable and don't break pre-existing functionality.
- **Data Science**: This project will contain a mixture of data engineering, machine learning engineering, data analysis, and data visualization.
- **Enterprise**: The code deployed here will likely have been battle-tested by large organizations with millions of customers. Unless stated, it is production-ready. All code including dependencies is audited and secure.

## Historical Note

If you're here from the research piece [Optimized Recommender Systems with Deep Reinforcement Learning](https://arxiv.org/abs/2110.03039), please checkout the old branch `origin/thesis` for reproducibility. The README should contain instructions to get you started.

## Installation and usage

Installation depends on your framework, so you may need to adapt this. Here's an example using pip:

```
pip install deeprecsys
```

## For Developers

### Source Control

All source control is done in `git`, via GitHub. Make sure you have a modern version of git installed. For instance, you can checkout the project using SSH with:

```
git clone git@github.com:luksfarris/deeprecsys.git
```

### Automation

All scripts are written using Taskfile. You can install it following [Task's instructions](https://taskfile.dev/installation/). The file with all the tasks is `Taskfile.yml`.
            

Raw data

            {
    "_id": null,
    "home_page": "https://deeprecsys.com",
    "name": "deeprecsys",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4,>=3.9",
    "maintainer_email": null,
    "keywords": "machinelearning, reinforcementlearning, recommmendersystems, deeplearning, datascience",
    "author": "Lucas Farris",
    "author_email": "lucas@farris.com.br",
    "download_url": "https://files.pythonhosted.org/packages/73/dd/522b6bedbd382f8ef716c5c0bc98242c9d03c4840deda3e86fd91f4bb7dd/deeprecsys-0.2.7.tar.gz",
    "platform": null,
    "description": "# Deep RecSys\n\n`deeprecsys` is an <u>open</u> <u>tool belt</u> to speed up the development of <u>modern</u> <u>data science</u> projects at an <u>enterprise</u> level.\n\nThese words were chosen very carefully, and by them we mean:\n- **Open**: we rely on OSS and distribute openly with [a GNU GPLv3 license](./LICENSE) that won't change in the future. The official distribution channels are pypi ([see deeprecsys at pypi](https://pypi.org/project/deeprecsys/)) and GitHub ([see deeprecsys at Github](https://github.com/luksfarris/deeprecsys)).\n- **Tool belt**: this project contains code that may extract, process, analyse, aggregate, test, and present data.\n- **Modern**: the code will be updated as much as possible to the newest versions, as long as they are stable and don't break pre-existing functionality.\n- **Data Science**: This project will contain a mixture of data engineering, machine learning engineering, data analysis, and data visualization.\n- **Enterprise**: The code deployed here will likely have been battle-tested by large organizations with millions of customers. Unless stated, it is production-ready. All code including dependencies is audited and secure.\n\n## Historical Note\n\nIf you're here from the research piece [Optimized Recommender Systems with Deep Reinforcement Learning](https://arxiv.org/abs/2110.03039), please checkout the old branch `origin/thesis` for reproducibility. The README should contain instructions to get you started.\n\n## Installation and usage\n\nInstallation depends on your framework, so you may need to adapt this. Here's an example using pip:\n\n```\npip install deeprecsys\n```\n\n## For Developers\n\n### Source Control\n\nAll source control is done in `git`, via GitHub. Make sure you have a modern version of git installed. For instance, you can checkout the project using SSH with:\n\n```\ngit clone git@github.com:luksfarris/deeprecsys.git\n```\n\n### Automation\n\nAll scripts are written using Taskfile. You can install it following [Task's instructions](https://taskfile.dev/installation/). The file with all the tasks is `Taskfile.yml`.",
    "bugtrack_url": null,
    "license": "GPL-3.0-or-later",
    "summary": "deeprecsys is an open tool belt to speed up the development of modern data science projects at an enterprise level",
    "version": "0.2.7",
    "project_urls": {
        "Documentation": "https://deeprecsys.com",
        "Homepage": "https://deeprecsys.com",
        "Repository": "https://github.com/luksfarris/deeprecsys"
    },
    "split_keywords": [
        "machinelearning",
        " reinforcementlearning",
        " recommmendersystems",
        " deeplearning",
        " datascience"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fbeb675b7b2e448f9141eccd5e4ea7bb6fff14012d8bc05c05fe8f761a46705b",
                "md5": "a00b46037e5bb954b35d3ec997478b2b",
                "sha256": "1779161d00c1aee253e4d73f4334bd3e6e2518e4865d117d468e706b1468092c"
            },
            "downloads": -1,
            "filename": "deeprecsys-0.2.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a00b46037e5bb954b35d3ec997478b2b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4,>=3.9",
            "size": 43752,
            "upload_time": "2024-05-15T22:22:59",
            "upload_time_iso_8601": "2024-05-15T22:22:59.537868Z",
            "url": "https://files.pythonhosted.org/packages/fb/eb/675b7b2e448f9141eccd5e4ea7bb6fff14012d8bc05c05fe8f761a46705b/deeprecsys-0.2.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "73dd522b6bedbd382f8ef716c5c0bc98242c9d03c4840deda3e86fd91f4bb7dd",
                "md5": "a59418e5794967a10c985af5fb476035",
                "sha256": "388f9330e6ce56e6ad9d8a4f7c21db4d1ce97899f8a87f1440d2f57c66e9d851"
            },
            "downloads": -1,
            "filename": "deeprecsys-0.2.7.tar.gz",
            "has_sig": false,
            "md5_digest": "a59418e5794967a10c985af5fb476035",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4,>=3.9",
            "size": 33110,
            "upload_time": "2024-05-15T22:23:01",
            "upload_time_iso_8601": "2024-05-15T22:23:01.194430Z",
            "url": "https://files.pythonhosted.org/packages/73/dd/522b6bedbd382f8ef716c5c0bc98242c9d03c4840deda3e86fd91f4bb7dd/deeprecsys-0.2.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-15 22:23:01",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "luksfarris",
    "github_project": "deeprecsys",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "deeprecsys"
}
        
Elapsed time: 0.23813s