mlkits


Namemlkits JSON
Version 0.0.6 PyPI version JSON
download
home_pagehttps://gitee.com/winter1991/mlkits
SummaryCommon tools and training models for machine learning.
upload_time2023-02-03 03:24:48
maintainer
docs_urlNone
authorWangSihong
requires_python>=3.7.1
licenseMIT Licence
keywords mlkits xgboost lightgbm
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Common machine learning tools and training models can be used to solve common regression and classification problems. The model includes the most commonly used XGBoost and LightGBT models, as well as the basic linear model and SVM that will be gradually improved in the future, and the DNN model based on PyTorch will be implemented. At the same time, feature processing and analysis will be gradually added, as well as comprehensive model index evaluation capabilities.


            

Raw data

            {
    "_id": null,
    "home_page": "https://gitee.com/winter1991/mlkits",
    "name": "mlkits",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7.1",
    "maintainer_email": "",
    "keywords": "mlkits,xgboost,lightgbm",
    "author": "WangSihong",
    "author_email": "wangsihong@live.com",
    "download_url": "",
    "platform": null,
    "description": "Common machine learning tools and training models can be used to solve common regression and classification problems. The model includes the most commonly used XGBoost and LightGBT models, as well as the basic linear model and SVM that will be gradually improved in the future, and the DNN model based on PyTorch will be implemented. At the same time, feature processing and analysis will be gradually added, as well as comprehensive model index evaluation capabilities.\n\n",
    "bugtrack_url": null,
    "license": "MIT Licence",
    "summary": "Common tools and training models for machine learning.",
    "version": "0.0.6",
    "split_keywords": [
        "mlkits",
        "xgboost",
        "lightgbm"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "32caf0dcd72849a2b179bb178089c8bb69e04623f0c00f972204f009b6773e49",
                "md5": "99bde8895fd211ec67483eefcfa44552",
                "sha256": "e6e015b9c72618511defcc7e081a4a8a348e4069453d9d6a2e50a329a6a65d0c"
            },
            "downloads": -1,
            "filename": "mlkits-0.0.6-py3.8.egg",
            "has_sig": false,
            "md5_digest": "99bde8895fd211ec67483eefcfa44552",
            "packagetype": "bdist_egg",
            "python_version": "0.0.6",
            "requires_python": ">=3.7.1",
            "size": 72182,
            "upload_time": "2023-02-03T03:24:48",
            "upload_time_iso_8601": "2023-02-03T03:24:48.918406Z",
            "url": "https://files.pythonhosted.org/packages/32/ca/f0dcd72849a2b179bb178089c8bb69e04623f0c00f972204f009b6773e49/mlkits-0.0.6-py3.8.egg",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "10489e9e23a582319e40896a4d64062116de58b49684d738aca8f671aa9a4dea",
                "md5": "3b18959695991ea3f7f6a11b76336e97",
                "sha256": "8a99695e47d03fb917714ce90fb6ab0e221a4ed99b2cb2febe61cdea3a108b0d"
            },
            "downloads": -1,
            "filename": "mlkits-0.0.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3b18959695991ea3f7f6a11b76336e97",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7.1",
            "size": 30677,
            "upload_time": "2023-02-03T03:24:46",
            "upload_time_iso_8601": "2023-02-03T03:24:46.492200Z",
            "url": "https://files.pythonhosted.org/packages/10/48/9e9e23a582319e40896a4d64062116de58b49684d738aca8f671aa9a4dea/mlkits-0.0.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-02-03 03:24:48",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "mlkits"
}
        
Elapsed time: 0.03735s