Metadata-Version: 2.1
Name: h2o-featurestore
Version: 0.1.2
Summary: Feature Store Client for Python
Home-page: https://github.com/jakubhava/featurestore
Author: H2O.ai
Author-email: support@h2o.ai
License: Apache v2
Download-URL: https://github.com/jakubhava/featurestore
Description: Feature Store Client
        ====================
        
        Feature Store is used to manage and provide easy access for curated features. The goal is to abstract the underlying storage of the features and also provide a consistent and unified storage for the features meta-data. The features should be versioned so data scientist can be sure that the model trained on specific combination of features will always lead to the same results.
        
        Feature Store Client provides a simple, high-level API for integrating Python environments with H2O.ai's Feature Store. 
         
        
Keywords: machine learning,data mining,statistical analysis,modeling,big data,distributed,parallel
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
