{ "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_001_01\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_001_02", "package_url": "https://pypi.org/project/libra_py_001_02/", "platform": "", "project_url": "https://pypi.org/project/libra_py_001_02/", "project_urls": { "Homepage": "https://github.com/tansey/smoothfdr" }, "release_url": "https://pypi.org/project/libra_py_001_02/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "Split Linearized Bregman Iteration", "version": "0.0.1" }, "last_serial": 4085860, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "a8885dc9e535ba31a4c2be2abfbc4477", "sha256": "51b650741a11910610feed51c50db61d198f922bc6514c7caa63a4e9cd78ea45" }, "downloads": -1, "filename": "libra_py_001_02-0.0.1.tar.gz", "has_sig": false, "md5_digest": "a8885dc9e535ba31a4c2be2abfbc4477", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11098, "upload_time": "2018-07-20T13:52:53", "url": "https://files.pythonhosted.org/packages/bd/22/367c6bc49d63ecd85febc26a17c8d222a3a3df0352c390910201d327c7be/libra_py_001_02-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a8885dc9e535ba31a4c2be2abfbc4477", "sha256": "51b650741a11910610feed51c50db61d198f922bc6514c7caa63a4e9cd78ea45" }, "downloads": -1, "filename": "libra_py_001_02-0.0.1.tar.gz", "has_sig": false, "md5_digest": "a8885dc9e535ba31a4c2be2abfbc4477", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11098, "upload_time": "2018-07-20T13:52:53", "url": "https://files.pythonhosted.org/packages/bd/22/367c6bc49d63ecd85febc26a17c8d222a3a3df0352c390910201d327c7be/libra_py_001_02-0.0.1.tar.gz" } ] }