{ "info": { "author": "Arnold_Gaius,ChiangClaire", "author_email": "jiangcmd@qq.com", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7" ], "description": "Tf-Idf-CategoryWeighting\n------------------------------\n\nTf-Idf-CategoryWeighting\n\nTrain Data Format\n````````````````````\n\n========== \t\t=====================================================\n Y_train X_train\n========== \t\t=====================================================\n game The LoL champions pro players would ban forever\n society In Beijing you should keep the rules\n etc. etc.\n========== \t\t=====================================================\n\nSample Usage\n````````````\n.. code:: python\n\n >>> import TfIdfCategoryWeighting\n\t\t#creat vectorizer\n >>> Tf_idf_cw_vectorizer = TfIdfCategoryWeighting.TfidfPro_Vectorizer(use_idf=True,use_Wt=True)\n\t\t#train vectorizer\n >>> Tf_idf_cw_vectorizer.fit(X_train,Y_train)\n\t\t#transform word to vector\n >>> X_train = Tf_idf_cw_vectorizer.transform(X_train)\n\n\nInstallation \n```````````` \n.. code:: bash \n\n $ pip install Tf-Idf-CategoryWeighting \n\nLinks \n````` \n\n* `Code on Github `_", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ArnoldGaius/Tf-idf-Category-weighting-transformer", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "Tf-Idf-CategoryWeighting", "package_url": "https://pypi.org/project/Tf-Idf-CategoryWeighting/", "platform": "", "project_url": "https://pypi.org/project/Tf-Idf-CategoryWeighting/", "project_urls": { "Homepage": "https://github.com/ArnoldGaius/Tf-idf-Category-weighting-transformer" }, "release_url": "https://pypi.org/project/Tf-Idf-CategoryWeighting/0.0.0/", "requires_dist": null, "requires_python": "", "summary": "Tf-Idf-CategoryWeighting", "version": "0.0.0" }, "last_serial": 2934410, "releases": { "0.0.0": [ { "comment_text": "", "digests": { "md5": "341eff12ccfe184decdee77d883bcdee", "sha256": "e4677b170a38a2faafe9afb6f8e1fa713c086f28a9d508dfcdfda5e6229e04fa" }, "downloads": -1, "filename": "Tf-Idf-CategoryWeighting-0.0.0.tar.gz", "has_sig": false, "md5_digest": "341eff12ccfe184decdee77d883bcdee", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14328, "upload_time": "2017-06-08T04:52:37", "url": "https://files.pythonhosted.org/packages/07/00/b2fb4960b8ce16fc21e1ebd80a723b73f58d61068a1688e471613933ef30/Tf-Idf-CategoryWeighting-0.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "341eff12ccfe184decdee77d883bcdee", "sha256": "e4677b170a38a2faafe9afb6f8e1fa713c086f28a9d508dfcdfda5e6229e04fa" }, "downloads": -1, "filename": "Tf-Idf-CategoryWeighting-0.0.0.tar.gz", "has_sig": false, "md5_digest": "341eff12ccfe184decdee77d883bcdee", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14328, "upload_time": "2017-06-08T04:52:37", "url": "https://files.pythonhosted.org/packages/07/00/b2fb4960b8ce16fc21e1ebd80a723b73f58d61068a1688e471613933ef30/Tf-Idf-CategoryWeighting-0.0.0.tar.gz" } ] }