{ "info": { "author": "Xinwei Sun", "author_email": "sxwxiaoxiaohehe@pku.edu.cn", "bugtrack_url": null, "classifiers": [ "Development Status :: 1 - Planning", "Intended Audience :: Science/Research", "License :: Free For Educational Use", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.5", "Topic :: Scientific/Engineering" ], "description": "Citing libra_py\n=============\n\nThe library libra_py is an academic project. The time and resources spent developing fastFM are therefore justified \nby the number of citations of the software. If you publish scientific articles using libra_py, please cite the following article (bibtex entry `citation.bib `_).\n\n Bayer, I. \"fastFM: A Library for Factorization Machines\" Journal of Machine Learning Research 17, pp. 1-5 (2016)\n\n\nlibra_py: A Package for sparsity problem\n============================================\n\n\n\nSupported Operating Systems\n---------------------------\nfastFM has a continuous integration / testing servers (Travis) for **Linux (Ubuntu 14.04 LTS)**\nand **OS X Mavericks**. Other OS are not actively supported.\n\nUsage\n-----\n.. code-block:: python\n\n from fastFM import als\n fm = als.FMRegression(n_iter=1000, init_stdev=0.1, rank=2, l2_reg_w=0.1, l2_reg_V=0.5)\n fm.fit(X_train, y_train)\n y_pred = fm.predict(X_test)\n\n\nTutorials and other information are available `here `_.\nThe C code is available as `subrepository `_ and provides \na stand alone command line interface. If you have still **questions** after reading the documentation please open a issue at GitHub.\n\n+----------------+------------------+-----------------------------+\n| Family | Solver | Loss |\n+================+==================+=============================+\n| Gaussian | LBI_Linear | Square Loss |\n+----------------+------------------+-----------------------------+\n| Binomial | LBI_Logit | Logit Model |\n+----------------+------------------+-----------------------------+\n\n*Supported solvers and tasks*\n\nInstallation\n------------\n\n**binary install**\n\n``pip install libra_py``\n\n\nTests\n-----\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/tansey/smoothfdr", "keywords": "sparsity regularization path Lasso variable-selection", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "libra_py", "package_url": "https://pypi.org/project/libra_py/", "platform": "", "project_url": "https://pypi.org/project/libra_py/", "project_urls": { "Homepage": "https://github.com/tansey/smoothfdr" }, "release_url": "https://pypi.org/project/libra_py/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "Split Linearized Bregman Iteration", "version": "0.0.1" }, "last_serial": 4085775, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "a5242a48949814c617a37e30b262b7f9", "sha256": "1408d9ee91c57f9a4c8d27f9d4048cd4edde62fefefab6e6ae20ed6896c4f589" }, "downloads": -1, "filename": "libra_py-0.0.1.tar.gz", "has_sig": false, "md5_digest": "a5242a48949814c617a37e30b262b7f9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11084, "upload_time": "2018-07-20T13:21:16", "url": "https://files.pythonhosted.org/packages/79/2b/d49ae39c2897fb5cbb94c6e4e55325f948fc3a260ae9cb3998af5600d791/libra_py-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a5242a48949814c617a37e30b262b7f9", "sha256": "1408d9ee91c57f9a4c8d27f9d4048cd4edde62fefefab6e6ae20ed6896c4f589" }, "downloads": -1, "filename": "libra_py-0.0.1.tar.gz", "has_sig": false, "md5_digest": "a5242a48949814c617a37e30b262b7f9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11084, "upload_time": "2018-07-20T13:21:16", "url": "https://files.pythonhosted.org/packages/79/2b/d49ae39c2897fb5cbb94c6e4e55325f948fc3a260ae9cb3998af5600d791/libra_py-0.0.1.tar.gz" } ] }