Skip to main content

A portable analytics framework for Python

Project description

# portalytics Portable Jupyter Setup for Machine Learning.

A consistent interface for creating Machine Learning Models compatible with VisualFabriq environment.

Build models using our portalytics module. The module is available as [pip package](https://pypi.org/project/vf-portalytics/), install simply by: ` pip install vf-portalytics ` Pay attention to the requirements because it is important for the model to be built with the ones that we support.

There are [examples](https://github.com/visualfabriq/portalytics/blob/master/example_notebooks/feature_subset_example.ipynb) of how you can use portalytics. Examples for a simple model or more complex models like MultiModel.

Make sure that after saving the model using portalyctis, its possible that the model can be loaded and still contains all the important information (eg. the loaded model is able to perform a prediction?)

## [MultiModel and MultiTransformer](./vf_portalytics/multi_model.py) MultiModel is a custom sklearn model that contains one model for each group of training data. It is valuable in cases that our dataset vary a lot, but we still need to manage one model because the problem is the same.

  • Define the groups using input parameter clusters which is a list of all possible groups and group_col which is a string that indicates in which feature the groups can be found.

  • selected_features give the ability of using different features for each group.

  • params give the ability of using different model and categorical-feature transformer for each group.

The Jupyter notebook [multimodel_example.ipynb](example_notebooks/multimodel_example.ipynb) contains an end-to-end example of how MultiModel can be trained and saved using vf_portalytics Model wrapper.

MultiModel can support every sklearn based model, the only thing that is need to be done is to extend [POTENTIAL_MODELS](./vf_portalytics/ml_helpers.py) dictionary. Feel free to raise a PR.

MultiTransformer is the transformer that is being used inside MultiModel to transform categorical features into numbers. It is a custom sklearn transformer that contains one transformer for each group of training data.

  • Can be used also separately, in the same way as MultiModel. Check [example](./tests/test_multi_model.py)

MultiTransformer can support every sklearn based transformer, the only thing that is need to be done is to extend [POTENTIAL_TRANSFORMER](./vf_portalytics/ml_helpers.py) dictionary. Feel free to raise a PR.

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

vf_portalytics-0.9.9.tar.gz (55.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

vf_portalytics-0.9.9-py2.py3-none-any.whl (68.0 kB view details)

Uploaded Python 2Python 3

File details

Details for the file vf_portalytics-0.9.9.tar.gz.

File metadata

  • Download URL: vf_portalytics-0.9.9.tar.gz
  • Upload date:
  • Size: 55.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.7.12

File hashes

Hashes for vf_portalytics-0.9.9.tar.gz
Algorithm Hash digest
SHA256 fcb3b92ec421723c4e70cb4181959130d4ae3f227b66292b0abaf454923a629b
MD5 a29f30d062b2d7f8b37ed4330af4705e
BLAKE2b-256 789455e48637fb77912e315fe12e2a50e71cc6bc61488b034c49562247497a84

See more details on using hashes here.

File details

Details for the file vf_portalytics-0.9.9-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for vf_portalytics-0.9.9-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 a193ead843e709564223e7853357af0263e2a1c90e0c7c0b01b45d965798f24e
MD5 db15e3606348ae75bd377b2fea1385bc
BLAKE2b-256 5841484cb93206f233f489d83809410db3098640b421ecb125ef1948cc5567c6

See more details on using hashes here.

Supported by

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