fixess


Namefixess JSON
Version 0.0.6 PyPI version JSON
download
home_page
SummaryFixess cloud AI database client for Python
upload_time2023-12-06 22:35:21
maintainer
docs_urlNone
author
requires_python
license
keywords cloud ai database cloud database database client ai model training big data deep learning machine learning
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ## Description

The Fixess Predictive Database returns an AI prediction instead of raising a KeyError for missing keys. This is a Python library that interacts with the fixess cloud database to provide cloud GPU accelerated predictions for missing data.

## Getting Started

Get an X-RapidAPI-Key from https://rapidapi.com/fixessgithub/api/fixess
To start using this package, you need to pass in your Rapid API headers (API Key) to create a `fixess` dictionary client:

```python
import fixess
client = fixess.Fixess(api_key=YOUR_API_KEY)
```
Replace `YOUR_API_KEY` with your actual Rapid API Key.

## Usage

Once you have created a client object, you can use it like a Python dictionary. For example:

```python
value = client['missing-key']
print(value)

# Or with a more complex key
value = client[{'key' : 'value'}]
print(value)
```

In the above code snippet, `missing-key` and `{'key' : 'value'}` are keys absent in the database. Still, instead of raising a KeyError, the Fixess Predictive Database provides a sophisticated AI prediction.

The fixess API will automatically serialize (pickle) your dictionary keys, allowing you to use complex types as keys.

Please make sure to use the client object like a python dictionary, as shown in the example above.

Enjoy using Fixess Predictive Database!

For more information, visit our [official documentation](fixess.ai/docs) or submit an issue on our [Github page](https://github.com/fixess-github/fixess-python).

## Warning

An important note for users considering storing keys from multiple users in a single Fixess predictive database:

Each Fixess predictive database is backed by a single AI model. This has implications for the privacy and isolation of data.

When storing sensitive data from multiple users in a single database, it's possible for the AI model to share information inferred from this data between users during the prediction process. This is a byproduct of how the AI model learns patterns across all the data it has been given access to.

Please note, this does not imply that data will be explicitly shared between users nor does it mean that data will be shared between distinct databases or between distinct AI models.

While the raw data itself always remains strictly isolated (the database will never show one user's data to another user), the AI model's predictions can inevitably be influenced by the data from all users. 

Therefore, if stringent data isolation is a requirement, we recommend against storing sensitive data from different users in the same predictive database. Consider creating separate databases for each user or thoroughly anonymizing data prior to insertion.

Always be attentive towards user privacy and respectful of all relevant data protection laws and best practices when using Fixess predictive databases.

## License

[MIT License](fixess.ai/license)

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "fixess",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "cloud AI,database,cloud database,database client,AI,model training,big data,deep learning,machine learning",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/bf/a4/92f81d69785f72bded64520f45de4af89687395a5e85942b00d7e85d2c1b/fixess-0.0.6.tar.gz",
    "platform": null,
    "description": "## Description\n\nThe Fixess Predictive Database returns an AI prediction instead of raising a KeyError for missing keys. This is a Python library that interacts with the fixess cloud database to provide cloud GPU accelerated predictions for missing data.\n\n## Getting Started\n\nGet an X-RapidAPI-Key from https://rapidapi.com/fixessgithub/api/fixess\nTo start using this package, you need to pass in your Rapid API headers (API Key) to create a `fixess` dictionary client:\n\n```python\nimport fixess\nclient = fixess.Fixess(api_key=YOUR_API_KEY)\n```\nReplace `YOUR_API_KEY` with your actual Rapid API Key.\n\n## Usage\n\nOnce you have created a client object, you can use it like a Python dictionary. For example:\n\n```python\nvalue = client['missing-key']\nprint(value)\n\n# Or with a more complex key\nvalue = client[{'key' : 'value'}]\nprint(value)\n```\n\nIn the above code snippet, `missing-key` and `{'key' : 'value'}` are keys absent in the database. Still, instead of raising a KeyError, the Fixess Predictive Database provides a sophisticated AI prediction.\n\nThe fixess API will automatically serialize (pickle) your dictionary keys, allowing you to use complex types as keys.\n\nPlease make sure to use the client object like a python dictionary, as shown in the example above.\n\nEnjoy using Fixess Predictive Database!\n\nFor more information, visit our [official documentation](fixess.ai/docs) or submit an issue on our [Github page](https://github.com/fixess-github/fixess-python).\n\n## Warning\n\nAn important note for users considering storing keys from multiple users in a single Fixess predictive database:\n\nEach Fixess predictive database is backed by a single AI model. This has implications for the privacy and isolation of data.\n\nWhen storing sensitive data from multiple users in a single database, it's possible for the AI model to share information inferred from this data between users during the prediction process. This is a byproduct of how the AI model learns patterns across all the data it has been given access to.\n\nPlease note, this does not imply that data will be explicitly shared between users nor does it mean that data will be shared between distinct databases or between distinct AI models.\n\nWhile the raw data itself always remains strictly isolated (the database will never show one user's data to another user), the AI model's predictions can inevitably be influenced by the data from all users. \n\nTherefore, if stringent data isolation is a requirement, we recommend against storing sensitive data from different users in the same predictive database. Consider creating separate databases for each user or thoroughly anonymizing data prior to insertion.\n\nAlways be attentive towards user privacy and respectful of all relevant data protection laws and best practices when using Fixess predictive databases.\n\n## License\n\n[MIT License](fixess.ai/license)\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Fixess cloud AI database client for Python",
    "version": "0.0.6",
    "project_urls": {
        "Bug Tracker": "https://github.com/fixess-github/fixess-python",
        "Source": "https://github.com/fixess-github/fixess-python"
    },
    "split_keywords": [
        "cloud ai",
        "database",
        "cloud database",
        "database client",
        "ai",
        "model training",
        "big data",
        "deep learning",
        "machine learning"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "39870213dfce11fa61f2c15a3c58db229e2b3ca62a46f704ad0c905d24fe699d",
                "md5": "159902734f285015f4ee8ff578374ea9",
                "sha256": "843b0c7ef7bee714ce402e8dd28040d40ce17aa3025c1b03f458f5a2da24b2f0"
            },
            "downloads": -1,
            "filename": "fixess-0.0.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "159902734f285015f4ee8ff578374ea9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 4273,
            "upload_time": "2023-12-06T22:35:18",
            "upload_time_iso_8601": "2023-12-06T22:35:18.741042Z",
            "url": "https://files.pythonhosted.org/packages/39/87/0213dfce11fa61f2c15a3c58db229e2b3ca62a46f704ad0c905d24fe699d/fixess-0.0.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bfa492f81d69785f72bded64520f45de4af89687395a5e85942b00d7e85d2c1b",
                "md5": "fa634f03224fe28d38c944e673c3b900",
                "sha256": "934015b614885a6aa29adb6ff469a2a7058d03c80b9398495603694022621946"
            },
            "downloads": -1,
            "filename": "fixess-0.0.6.tar.gz",
            "has_sig": false,
            "md5_digest": "fa634f03224fe28d38c944e673c3b900",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4417,
            "upload_time": "2023-12-06T22:35:21",
            "upload_time_iso_8601": "2023-12-06T22:35:21.011799Z",
            "url": "https://files.pythonhosted.org/packages/bf/a4/92f81d69785f72bded64520f45de4af89687395a5e85942b00d7e85d2c1b/fixess-0.0.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-06 22:35:21",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "fixess-github",
    "github_project": "fixess-python",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "fixess"
}
        
Elapsed time: 0.16128s