机器学习
Project description
cmml
=====
cmml is a lightweight machine learning application framework.
Installing
----------
Install and update using `pip`_:
.. code-block:: text
pip install -U cmml
A Simple Example
----------------
.. code-block:: python
from cmml.regression import ridgeTest
from cmml.regression import predict
trainX,trainY = loadDataSet("C:\\abalone.txt")
wMat=ridgeTest(trainX,trainY)
y=predict(trainX,trainY,[1,1,2,5,4,6,7,1])
print (y)
Contributing
------------
For guidance on setting up a development environment and how to make a
contribution to cmml, see the `contributing guidelines`_.
.. _contributing guidelines: https://github.com/pallets/flask/blob/master/CONTRIBUTING.rst
Donate
------
The Pallets organization develops and supports Flask and the libraries
it uses. In order to grow the community of contributors and users, and
allow the maintainers to devote more time to the projects, `please
donate today`_.
.. _please donate today: https://psfmember.org/civicrm/contribute/transact?reset=1&id=20
Links
-----
* Website: https://www.palletsprojects.com/p/flask/
* Documentation: http://flask.pocoo.org/docs/
* License: `BSD <https://github.com/pallets/flask/blob/master/LICENSE>`_
* Releases: https://pypi.org/project/Flask/
* Code: https://github.com/pallets/flask
* Issue tracker: https://github.com/pallets/flask/issues
* Test status:
* Linux, Mac: https://travis-ci.org/pallets/flask
* Windows: https://ci.appveyor.com/project/pallets/flask
* Test coverage: https://codecov.io/gh/pallets/flask
.. _WSGI: https://wsgi.readthedocs.io
.. _Werkzeug: https://www.palletsprojects.com/p/werkzeug/
.. _Jinja: https://www.palletsprojects.com/p/jinja/
.. _pip: https://pip.pypa.io/en/stable/quickstart/
=====
cmml is a lightweight machine learning application framework.
Installing
----------
Install and update using `pip`_:
.. code-block:: text
pip install -U cmml
A Simple Example
----------------
.. code-block:: python
from cmml.regression import ridgeTest
from cmml.regression import predict
trainX,trainY = loadDataSet("C:\\abalone.txt")
wMat=ridgeTest(trainX,trainY)
y=predict(trainX,trainY,[1,1,2,5,4,6,7,1])
print (y)
Contributing
------------
For guidance on setting up a development environment and how to make a
contribution to cmml, see the `contributing guidelines`_.
.. _contributing guidelines: https://github.com/pallets/flask/blob/master/CONTRIBUTING.rst
Donate
------
The Pallets organization develops and supports Flask and the libraries
it uses. In order to grow the community of contributors and users, and
allow the maintainers to devote more time to the projects, `please
donate today`_.
.. _please donate today: https://psfmember.org/civicrm/contribute/transact?reset=1&id=20
Links
-----
* Website: https://www.palletsprojects.com/p/flask/
* Documentation: http://flask.pocoo.org/docs/
* License: `BSD <https://github.com/pallets/flask/blob/master/LICENSE>`_
* Releases: https://pypi.org/project/Flask/
* Code: https://github.com/pallets/flask
* Issue tracker: https://github.com/pallets/flask/issues
* Test status:
* Linux, Mac: https://travis-ci.org/pallets/flask
* Windows: https://ci.appveyor.com/project/pallets/flask
* Test coverage: https://codecov.io/gh/pallets/flask
.. _WSGI: https://wsgi.readthedocs.io
.. _Werkzeug: https://www.palletsprojects.com/p/werkzeug/
.. _Jinja: https://www.palletsprojects.com/p/jinja/
.. _pip: https://pip.pypa.io/en/stable/quickstart/
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cmml-1.1.dev1.tar.gz
(68.1 kB
view details)
File details
Details for the file cmml-1.1.dev1.tar.gz
.
File metadata
- Download URL: cmml-1.1.dev1.tar.gz
- Upload date:
- Size: 68.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.20.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/2.7.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 459b13ae0a76b19cd525027120e73b96c85982d73cf5218741b3299f924bf240 |
|
MD5 | b27a069b8f411298c9d7eb6716c671e4 |
|
BLAKE2b-256 | df4a3d27bfada34606869b4408a1c477f8528534a47c9bb2ed86efe2e850836a |