Skip to main content

Python wrapper over MLJAR API

Project description

|Build Status| |PyPI version| |Coverage Status| |PyPI pyversions|

mljar-api-python
================

A simple python wrapper over mljar API. It allows MLJAR users to create
Machine Learning models with few lines of code:

.. code:: python

from mljar import Mljar

model = Mljar(project='My awesome project', experiment='First experiment')
model.fit(X,y)

model.predict(X)

That's all folks! Yeah, I know, this makes Machine Learning super easy!
You can use this code for following Machine Learning tasks: \* Binary
classification (your target has only two unique values) \* Regression
(your target value is continuous) \* More is coming soon!

How to install
--------------

You can install mljar with **pip**:

::

pip install -U mljar

or from source code:

::

python setup.py install

How to use it
-------------

1. Create an account at mljar.com and login.
2. Please go to your users settings (top, right corner).
3. Get your token, for example 'exampleexampleexample'.
4. Set environment variable ``MLJAR_TOKEN`` with your token value:

::

export MLJAR_TOKEN=exampleexampleexample

5. That's all, you are ready to use MLJAR in your python code!

What's going on?
----------------

- This wrapper allows you to search through different Machine Learning
algorithms and tune each of the algorithm.
- By searching and tuning ML algorithm to your data you will get very
accurate model.
- By calling method ``fit`` from ``Mljar class`` you create new project
and start experiment with models training. All your results will be
accessible from your mljar.com account - this makes Machine Learning
super easy and keeps all your models and results in beautiful order.
So, you will never miss anything.
- All computations are done in MLJAR Cloud, they are executed in
parallel. So after calling ``fit`` method you can switch your
computer off and MLJAR will do the job for you!
- I think this is really amazing! What do you think? Please let us know
at ``contact@mljar.com``.

Examples
--------

The examples are `here! <https://github.com/mljar/mljar-examples>`__.

Testing
-------

To run tests with command:

::

python -m tests.run

.. |Build Status| image:: https://travis-ci.org/mljar/mljar-api-python.svg?branch=master
:target: https://travis-ci.org/mljar/mljar-api-python
.. |PyPI version| image:: https://badge.fury.io/py/mljar.svg
:target: https://badge.fury.io/py/mljar
.. |Coverage Status| image:: https://coveralls.io/repos/github/mljar/mljar-api-python/badge.svg?branch=master
:target: https://coveralls.io/github/mljar/mljar-api-python?branch=master

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

mljar-0.1.0.tar.gz (15.8 kB view details)

Uploaded Source

File details

Details for the file mljar-0.1.0.tar.gz.

File metadata

  • Download URL: mljar-0.1.0.tar.gz
  • Upload date:
  • Size: 15.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for mljar-0.1.0.tar.gz
Algorithm Hash digest
SHA256 fbfd079caa8ebc9060eece7bbb5692d906b5eaa38caa535305a36eb41aa1bc96
MD5 124b75b526e7131aae31762c3410d28c
BLAKE2b-256 e8070c140aa7f0a14e85059a203d9b4a2ad206031a613c8ab274a57de19aa580

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