文件名称:learned:适用于Python的机器学习库(即将推出C和JavaScript)
文件大小:26KB
文件格式:ZIP
更新时间:2024-03-28 07:22:58
学 适用于Python的机器学习库(即将推出C和JavaScript) 目录 LinReg类 Explanation: LinReg is a class that allows simple or multiple linear regressions and returns trained parameters. Parameters: data: Unfragmented structure that contains inputs and outputs. Usage: ''' // The "full_dataset" is an unfragmented structure that contains inputs and outputs. lin_reg = Learn.LinReg(data=full_dataset) # or lin
【文件预览】:
learned-master
----setup.py(1KB)
----build()
--------lib()
----dist()
--------learned-0.4.0-py3-none-any.whl(5KB)
--------learned-0.4.0.tar.gz(5KB)
----LICENSE(1KB)
----learned()
--------__init__.py(0B)
--------models()
--------__pycache__()
--------common()
--------Learn.py(10KB)
----README.md(5KB)
----learned.egg-info()
--------top_level.txt(8B)
--------SOURCES.txt(263B)
--------PKG-INFO(753B)
--------dependency_links.txt(1B)
--------requires.txt(14B)