Metadata-Version: 2.1
Name: kxy
Version: 0.2.0
Summary: A Powerful Serverless Pre-Learning and Post-Learning Analysis Toolkit
Home-page: https://www.kxy.ai
Author: Dr. Yves-Laurent Kom Samo
Author-email: github@kxy.ai
License: AGPLv3
Download-URL: https://github.com/kxytechnologies/kxy-python/archive/v0.2.0.tar.gz
Project-URL: Documentation, https://www.kxy.ai/reference
Project-URL: Source Code, https://github.com/kxytechnologies/kxy-python/
Description: <div align="center">
          <img src="https://www.kxy.ai/theme/images/logos/logo.svg"><br>
        </div>
        
        -----------------
        
        # KXY: A Powerful Serverless Analysis Toolkit That Takes *Trial And Error* Out of Machine Learning Projects
        [![License](https://img.shields.io/badge/license-AGPLv3%2B-blue)](https://github.com/kxytechnologies/kxy-python/blob/master/LICENSE)
        [![PyPI Latest Release](https://img.shields.io/pypi/v/kxy.svg)](https://www.kxy.ai/)
        [![Downloads](https://img.shields.io/pypi/dm/kxy.svg)](https://www.kxy.ai/)
        
        
        ## Documentation
        https://www.kxy.ai/reference
        
        
        ## Installation
        From PyPi:
        ```Bash
        pip install kxy
        ```
        From GitHub:
        ```Bash
        git clone https://github.com/kxytechnologies/kxy-python.git & cd ./kxy-python & pip install .
        ```
        ## Authentication
        All heavy-duty computations are run on our serverless infrastructure and require an API key. To configure the package with your API key, run 
        ```Bash
        kxy configure
        ```
        and follow the instructions. To request a demo and get a trial API key, [contact us.](https://wwww.kxy.ai/#request-a-trial)
        
        
        ## Applications
        
        ### Higher ROI Machine Learning Projects
        
        The `kxy` package utilizes information theory to takes *trial and error* out of machine learning projects. 
        
        From the get-go, the **achievable performance analysis** of the `kxy` package tells data scientists whether their datasets are sufficiently informative to achieve a performance (e.g. <img src="https://render.githubusercontent.com/render/math?math=R^2">, maximum log-likelihood, and classification error) to their liking in a classification or regression problem, and if so what is the best performance that can be achieved using said datasets. *No need to train tens of models to know what performance can be achieved*.
        
        The **model-free variable selection analysis** provided by the `kxy` package allows data scientists to train smaller models, faster, cheaper, and to achieve a higher performance than throwing all inputs in a big model or proceeding by trial-and-error.
        
        Once a model has been trained, the `kxy` **improvability analysis** quantifies the extent to which the trained model can be improved without resorting to additional features. This allows data scientists to focus their modeling efforts on high ROI initiatives. *No need to implement tens of fancy models on specialized hardware to see whether a trained model can be improved*.
        
        When a classification or regression model has successfully extracted all the value in using the features to predict the label, the `kxy` **dataset valuation analysis** allows data scientists to quickly quantify the performance increase (e.g. <img src="https://render.githubusercontent.com/render/math?math=R^2">, maximum log-likelihood, and classification error) that a new dataset may bring about. *No need to train or retrain tens of models with the new datasets to see whether the production model can be improved*.
        
        
        ### Model Audit
        
        From **understanding** the marginal contribution of each variable towards the decision made by **a black-box regression or classification model**, to **detecting bias** in your trained classification and regression model, the `kxy` toolkit allows data scientists and decision markers to fully **audit complex machine learning models**.
        
        
        ### Modern Financial Machine Learning
        
        From **non-Gaussian** and **memory-robust** risk analysis, to **alternative datasets valuation** the `kxy` toolkit propels quants from the age of Gaussian distributions/linear regression/LASSO/Ridge/Random Forest into the age of modern machine learning, rigorously and cost-effectively.
        
Keywords: AutoML,Pre-Learning,Post-Learning,Model-Free ML
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Mathematics
Description-Content-Type: text/markdown
