pycaML


NamepycaML JSON
Version 0.3.2 PyPI version JSON
download
home_pagehttps://github.com/reese3222/pycaML
SummaryPython Comparative Analysis for Machine Learning
upload_time2022-12-12 16:32:08
maintainer
docs_urlNone
authorDonato Riccio
requires_python>=3.7, <4
license
keywords machine learning optimization stacking
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            pycaML is an easy machine learning model comparison tool with optimization. It allows to generate a table comparing multiple machine learning models, to see which one is best for your data. The unique feature of pycaML is built-in hyperparameters tuning using Bayesian Optimization. It also supports meta-models like Stacking and Voting ensembles. You can setup and optimize 25 models with one line of code.


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/reese3222/pycaML",
    "name": "pycaML",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7, <4",
    "maintainer_email": "",
    "keywords": "machine learning,optimization,stacking",
    "author": "Donato Riccio",
    "author_email": "",
    "download_url": "",
    "platform": null,
    "description": "pycaML is an easy machine learning model comparison tool with optimization. It allows to generate a table comparing multiple machine learning models, to see which one is best for your data. The unique feature of pycaML is built-in hyperparameters tuning using Bayesian Optimization. It also supports meta-models like Stacking and Voting ensembles. You can setup and optimize 25 models with one line of code.\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Python Comparative Analysis for Machine Learning",
    "version": "0.3.2",
    "split_keywords": [
        "machine learning",
        "optimization",
        "stacking"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "dd537a475afc591426ef384e38c46774",
                "sha256": "23f80fec6cf98ca02f1f63b5f9fa44806d83c547f69e6c89e583aae77b0f0282"
            },
            "downloads": -1,
            "filename": "pycaML-0.3.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "dd537a475afc591426ef384e38c46774",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7, <4",
            "size": 23284,
            "upload_time": "2022-12-12T16:32:08",
            "upload_time_iso_8601": "2022-12-12T16:32:08.344469Z",
            "url": "https://files.pythonhosted.org/packages/f3/9b/52622e3bfeb111a9e5ce28f414be90b692012b77cf7bc457317dd37ed913/pycaML-0.3.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-12 16:32:08",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "reese3222",
    "github_project": "pycaML",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pycaml"
}
        
Elapsed time: 0.02310s