{ "info": { "author": "Rajwardhan Shinde", "author_email": "rajshinde55553@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7" ], "description": "# LGBtrainer helps you find hyper params for LGBM and simplifies the process of training the model and finding hyperparams.\n\n* Parameters:-\n\n1. train = it should be your train dataset(which is fit for training purpose)\n2. test = it should be your test dataset(which is fit for testing purpose)\n3. y_train = it should be your target column or values(same rows as train)\n4. cv = the number of splits or folds(it is used for both finding hyperparams + training the model)\n5. num_rounds = number of training rounds(it is used for both finding hyperparams + training the model)\n6. metric = only 'auc' and 'rmse' can be used(For now only these two are supported)\n7. objective = 'binary' or 'regression' or any other can be provided\n8. max_eval = number of evaluations performed for finding params(note:- larger number might take more time depending on size of dataset)\n\n* Example:-\n\n```\n-from LGBtrainer import Model\n-model = Model(train, test, y_train, metric='auc', objective='binary', max_eval=3, cv=5)\n-params = model.get_params()\n-predictions = model.lgb_model(params)\n```\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Rajshinde07/LGBtrainer", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "LGBtrainer", "package_url": "https://pypi.org/project/LGBtrainer/", "platform": "", "project_url": "https://pypi.org/project/LGBtrainer/", "project_urls": { "Homepage": "https://github.com/Rajshinde07/LGBtrainer" }, "release_url": "https://pypi.org/project/LGBtrainer/0.1/", "requires_dist": null, "requires_python": "", "summary": "Find LGBM Hyperparams and train the model", "version": "0.1" }, "last_serial": 5551421, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "ac2f813f307182a8f2cea7dc85604441", "sha256": "9e3be8eb774e6ec0b3872cdc8936dd8c81d5f2d9c3ae43f9b9d1374e3a2ab571" }, "downloads": -1, "filename": "LGBtrainer-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "ac2f813f307182a8f2cea7dc85604441", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4212, "upload_time": "2019-07-18T13:53:37", "url": "https://files.pythonhosted.org/packages/02/02/3e642efcbea056888148aa8b544030bdb401109491972713f4872f654a34/LGBtrainer-0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7119eb771f56abbfe301546bee4f52b5", "sha256": "b237c29bfb50a431d9b575bdde07e93da19aa6f3ee173dd15ac9fd9d57026fdc" }, "downloads": -1, "filename": "LGBtrainer-0.1.tar.gz", "has_sig": false, "md5_digest": "7119eb771f56abbfe301546bee4f52b5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3141, "upload_time": "2019-07-18T13:53:39", "url": "https://files.pythonhosted.org/packages/37/58/ff119b8a5053babca7d718ad10ddf3fdce2194cc3cbbb175dd7c3638edba/LGBtrainer-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ac2f813f307182a8f2cea7dc85604441", "sha256": "9e3be8eb774e6ec0b3872cdc8936dd8c81d5f2d9c3ae43f9b9d1374e3a2ab571" }, "downloads": -1, "filename": "LGBtrainer-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "ac2f813f307182a8f2cea7dc85604441", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4212, "upload_time": "2019-07-18T13:53:37", "url": "https://files.pythonhosted.org/packages/02/02/3e642efcbea056888148aa8b544030bdb401109491972713f4872f654a34/LGBtrainer-0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7119eb771f56abbfe301546bee4f52b5", "sha256": "b237c29bfb50a431d9b575bdde07e93da19aa6f3ee173dd15ac9fd9d57026fdc" }, "downloads": -1, "filename": "LGBtrainer-0.1.tar.gz", "has_sig": false, "md5_digest": "7119eb771f56abbfe301546bee4f52b5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3141, "upload_time": "2019-07-18T13:53:39", "url": "https://files.pythonhosted.org/packages/37/58/ff119b8a5053babca7d718ad10ddf3fdce2194cc3cbbb175dd7c3638edba/LGBtrainer-0.1.tar.gz" } ] }