featrixclient


Namefeatrixclient JSON
Version 2024.916.1 PyPI version JSON
download
home_pagehttps://featrix.com
SummaryFeatrix AI API
upload_time2024-09-16 18:43:17
maintainerNone
docs_urlNone
authorFeatrix, Inc.
requires_python>=3.10
licenseMIT License Copyright (c) 2024 Featrix, Inc Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords ml ai embedding embeddings tabular embeddings vectorize automl xgboost neuralnetwork eda
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Welcome to Featrix!

Featrix is a data gateway to create ML models for structured data with no data preparation on your part. Featrix comes with a Python client library for ML engineers and data scientists to work with any structured data source, including Pandas dataframes. Featrix is powered by a hosted SaaS or private Docker containers deployed on site in private clouds with an enterprise license.

Getting started is easy and involves just a few steps:

Load your baseline training data into a Featrix “data space”.
Train a “vector space” on that data. This transforms the original data into vectors that you can leverage for models or querying.
At this point, you can cluster the vectors or query for nearest neighbors with no further work.
You can also train a downstream prediction model for a target column. The target column can be in the original data, or it can be something specific to the model itself.
Then you can run the model. The model can be presented with partial records and it returns values for the target.
A few notes on why we have picked these abstractions:

The data space lets you mix and match source data into different configurations or arrangements without having to reload the data.
Manually joining data is not required to associate data in the data space; Featrix infers likely combinations to associate data and you can choose to override these if needed.
A data space can have multiple vector spaces with different arrangements.
A vector space can have multiple models.
Every vector space includes a set of vector indices to enable extremely fast querying for clusters or nearest neighbors in the data set.

            

Raw data

            {
    "_id": null,
    "home_page": "https://featrix.com",
    "name": "featrixclient",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "ML, AI, embedding, embeddings, tabular, embeddings, vectorize, automl, xgboost, neuralnetwork, eda",
    "author": "Featrix, Inc.",
    "author_email": "hello@featrix.ai",
    "download_url": "https://files.pythonhosted.org/packages/79/4a/dcbd7b2b000d868f7381a7088e5e1b9b652e2712ff4596eb1655a974296b/featrixclient-2024.916.1.tar.gz",
    "platform": null,
    "description": "Welcome to Featrix!\n\nFeatrix is a data gateway to create ML models for structured data with no data preparation on your part. Featrix comes with a Python client library for ML engineers and data scientists to work with any structured data source, including Pandas dataframes. Featrix is powered by a hosted SaaS or private Docker containers deployed on site in private clouds with an enterprise license.\n\nGetting started is easy and involves just a few steps:\n\nLoad your baseline training data into a Featrix \u201cdata space\u201d.\nTrain a \u201cvector space\u201d on that data. This transforms the original data into vectors that you can leverage for models or querying.\nAt this point, you can cluster the vectors or query for nearest neighbors with no further work.\nYou can also train a downstream prediction model for a target column. The target column can be in the original data, or it can be something specific to the model itself.\nThen you can run the model. The model can be presented with partial records and it returns values for the target.\nA few notes on why we have picked these abstractions:\n\nThe data space lets you mix and match source data into different configurations or arrangements without having to reload the data.\nManually joining data is not required to associate data in the data space; Featrix infers likely combinations to associate data and you can choose to override these if needed.\nA data space can have multiple vector spaces with different arrangements.\nA vector space can have multiple models.\nEvery vector space includes a set of vector indices to enable extremely fast querying for clusters or nearest neighbors in the data set.\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2024 Featrix, Inc  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "Featrix AI API",
    "version": "2024.916.1",
    "project_urls": {
        "Download": "https://github.com/Featrix/opensource.git",
        "Homepage": "https://featrix.com"
    },
    "split_keywords": [
        "ml",
        " ai",
        " embedding",
        " embeddings",
        " tabular",
        " embeddings",
        " vectorize",
        " automl",
        " xgboost",
        " neuralnetwork",
        " eda"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6dfc679c6e026cf4689b4be37cbee7e03bbd7b4f057c1673e7bd79baac141bec",
                "md5": "a2bfed477862f2b1b7b7824bf9b7d311",
                "sha256": "e1e0d23ac08657f3bafe78ec80b1dd6b7d2391e3b5268fb0b69fa176dd5745ed"
            },
            "downloads": -1,
            "filename": "featrixclient-2024.916.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a2bfed477862f2b1b7b7824bf9b7d311",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 95474,
            "upload_time": "2024-09-16T18:43:13",
            "upload_time_iso_8601": "2024-09-16T18:43:13.869810Z",
            "url": "https://files.pythonhosted.org/packages/6d/fc/679c6e026cf4689b4be37cbee7e03bbd7b4f057c1673e7bd79baac141bec/featrixclient-2024.916.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "794adcbd7b2b000d868f7381a7088e5e1b9b652e2712ff4596eb1655a974296b",
                "md5": "9824df1d50b71b99c65d4ade397d90c6",
                "sha256": "c25a4bbc59c043ff42bad7ad0b8ad3a48efb763b3b10a6da62f75f5fbc80d42b"
            },
            "downloads": -1,
            "filename": "featrixclient-2024.916.1.tar.gz",
            "has_sig": false,
            "md5_digest": "9824df1d50b71b99c65d4ade397d90c6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 52538,
            "upload_time": "2024-09-16T18:43:17",
            "upload_time_iso_8601": "2024-09-16T18:43:17.343905Z",
            "url": "https://files.pythonhosted.org/packages/79/4a/dcbd7b2b000d868f7381a7088e5e1b9b652e2712ff4596eb1655a974296b/featrixclient-2024.916.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-16 18:43:17",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Featrix",
    "github_project": "opensource",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "featrixclient"
}
        
Elapsed time: 0.47185s