verstack


Nameverstack JSON
Version 3.9.2 PyPI version JSON
download
home_pagehttps://github.com/DanilZherebtsov/verstack
SummaryMachine learning tools to make a Data Scientist's work more efficient
upload_time2024-02-22 12:52:37
maintainer
docs_urlNone
authorDanil Zherebtsov
requires_python
licenseMIT
keywords impute missing values stratify nan continuous multiprocessing concurrent timer
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
.. image:: logo.png

**verstack 3.9.2** is a set of Machine learning tools to make a Data Scientist's work efficient.

The package contains multiple tools for: training & tuning machine learning models, creating ensembles, working with datetime objects, data transformation & wrangling, imputing missing values, concurrency work and many more.

Please refer to the `official documentation <https://verstack.readthedocs.io>`_ for more information.

The project was created by Danil Zherebtsov in 2020.

It is currently maintained by a single contributor with occasional contributions by the active members of the community.

Installation
~~~~~~~~~~~~

.. code-block:: console

  $ pip install verstack
  $ pip install --upgrade verstack


Dependencies
------------

- Python (>= 3.6)
- numpy
- pandas<=2.0.3
- xgboost
- scikit-learn>=0.23.2,<=1.1.3
- lightgbm>=3.3.0,<=4.0.0
- optuna>=2.10.0,<=3.2.0
- plotly>=5.3.1,<=5.11.0
- matplotlib
- python-dateutil>=2.8.1,<=2.8.2
- holidays==0.11.3.1
- mlxtend
- tensorflow>=2.6.0,<=2.13.*0*
- keras>=2.6.0,<=2.13.*
- category_encoders>=2.4.0,<=2.5.1
- fastparquet

=======

Development
-----------

I welcome new contributors of all experience levels. ``verstack`` community goals are to be helpful, welcoming, and effective.
`Development Guide <https://scikit-learn.org/stable/developers/index.html>`_
based on scikit-learn best practices has detailed information about contributing code, documentation, tests, and more. 

Important links
---------------

- Official source code repo: https://github.com/DanilZherebtsov/verstack
- Issue tracker: https://github.com/DanilZherebtsov/verstack/issues

Source code
-----------

You can check the latest sources with the command::

    git clone https://github.com/DanilZherebtsov/verstack.git

Submitting a Pull Request
-------------------------

Before opening a Pull Request, have a look at the full Contributing page to make sure your code complies
with the following guidelines: https://scikit-learn.org/stable/developers/index.html

Communication
-------------

- Author email: danil.com@me.com
- `Author profile <https://www.linkedin.com/in/danil-zherebtsov/>`_
 
Citation
--------

If you use verstack in a media/research publication, we would appreciate citations to this repository.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/DanilZherebtsov/verstack",
    "name": "verstack",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "impute,missing,values,stratify,nan,continuous,multiprocessing,concurrent,timer",
    "author": "Danil Zherebtsov",
    "author_email": "danil.com@me.com",
    "download_url": "https://files.pythonhosted.org/packages/da/77/014e9f6fb6845291d9b977e5957aeeaa7874ba1d21c8e6cff57edb4cdc02/verstack-3.9.2.tar.gz",
    "platform": null,
    "description": "\n.. image:: logo.png\n\n**verstack 3.9.2** is a set of Machine learning tools to make a Data Scientist's work efficient.\n\nThe package contains multiple tools for: training & tuning machine learning models, creating ensembles, working with datetime objects, data transformation & wrangling, imputing missing values, concurrency work and many more.\n\nPlease refer to the `official documentation <https://verstack.readthedocs.io>`_ for more information.\n\nThe project was created by Danil Zherebtsov in 2020.\n\nIt is currently maintained by a single contributor with occasional contributions by the active members of the community.\n\nInstallation\n~~~~~~~~~~~~\n\n.. code-block:: console\n\n  $ pip install verstack\n  $ pip install --upgrade verstack\n\n\nDependencies\n------------\n\n- Python (>= 3.6)\n- numpy\n- pandas<=2.0.3\n- xgboost\n- scikit-learn>=0.23.2,<=1.1.3\n- lightgbm>=3.3.0,<=4.0.0\n- optuna>=2.10.0,<=3.2.0\n- plotly>=5.3.1,<=5.11.0\n- matplotlib\n- python-dateutil>=2.8.1,<=2.8.2\n- holidays==0.11.3.1\n- mlxtend\n- tensorflow>=2.6.0,<=2.13.*0*\n- keras>=2.6.0,<=2.13.*\n- category_encoders>=2.4.0,<=2.5.1\n- fastparquet\n\n=======\n\nDevelopment\n-----------\n\nI welcome new contributors of all experience levels. ``verstack`` community goals are to be helpful, welcoming, and effective.\n`Development Guide <https://scikit-learn.org/stable/developers/index.html>`_\nbased on scikit-learn best practices has detailed information about contributing code, documentation, tests, and more. \n\nImportant links\n---------------\n\n- Official source code repo: https://github.com/DanilZherebtsov/verstack\n- Issue tracker: https://github.com/DanilZherebtsov/verstack/issues\n\nSource code\n-----------\n\nYou can check the latest sources with the command::\n\n    git clone https://github.com/DanilZherebtsov/verstack.git\n\nSubmitting a Pull Request\n-------------------------\n\nBefore opening a Pull Request, have a look at the full Contributing page to make sure your code complies\nwith the following guidelines: https://scikit-learn.org/stable/developers/index.html\n\nCommunication\n-------------\n\n- Author email: danil.com@me.com\n- `Author profile <https://www.linkedin.com/in/danil-zherebtsov/>`_\n \nCitation\n--------\n\nIf you use verstack in a media/research publication, we would appreciate citations to this repository.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Machine learning tools to make a Data Scientist's work more efficient",
    "version": "3.9.2",
    "project_urls": {
        "Download": "https://github.com/DanilZherebtsov/verstack/archive/refs/tags/3.9.2.tar.gz",
        "Homepage": "https://github.com/DanilZherebtsov/verstack"
    },
    "split_keywords": [
        "impute",
        "missing",
        "values",
        "stratify",
        "nan",
        "continuous",
        "multiprocessing",
        "concurrent",
        "timer"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "da77014e9f6fb6845291d9b977e5957aeeaa7874ba1d21c8e6cff57edb4cdc02",
                "md5": "2dd9df05f5667ea959fdc4b3ed04de5b",
                "sha256": "2550b3384eba2db17db287658c6c4910f04e54213d48b2ee45e1834405f3a825"
            },
            "downloads": -1,
            "filename": "verstack-3.9.2.tar.gz",
            "has_sig": false,
            "md5_digest": "2dd9df05f5667ea959fdc4b3ed04de5b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 24713100,
            "upload_time": "2024-02-22T12:52:37",
            "upload_time_iso_8601": "2024-02-22T12:52:37.727348Z",
            "url": "https://files.pythonhosted.org/packages/da/77/014e9f6fb6845291d9b977e5957aeeaa7874ba1d21c8e6cff57edb4cdc02/verstack-3.9.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-22 12:52:37",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "DanilZherebtsov",
    "github_project": "verstack",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "verstack"
}
        
Elapsed time: 0.19989s