Skip to main content

机器学习

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/

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cmml-2.0.dev0.tar.gz (18.5 kB view details)

Uploaded Source

File details

Details for the file cmml-2.0.dev0.tar.gz.

File metadata

  • Download URL: cmml-2.0.dev0.tar.gz
  • Upload date:
  • Size: 18.5 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

Hashes for cmml-2.0.dev0.tar.gz
Algorithm Hash digest
SHA256 8fe9abddfad30cb7594370bacf049df66c15e0f9950443aa97d92a00c2999a0a
MD5 e312186131386143d69b5c35fb7ff3fe
BLAKE2b-256 4d2bdc02371a8cbe3e9c07b4e1b18b2f0360fee0a6f2d5623c3737b735fbd482

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page