README.rst
setup.cfg
setup.py
hops/__init__.py
hops/beam.py
hops/constants.py
hops/dataset.py
hops/devices.py
hops/elasticsearch.py
hops/exceptions.py
hops/experiment.py
hops/featurestore.py
hops/hdfs.py
hops/hive.py
hops/jobs.py
hops/kafka.py
hops/model.py
hops/numpy_helper.py
hops/pandas_helper.py
hops/project.py
hops/service_discovery.py
hops/serving.py
hops/tensorboard.py
hops/tls.py
hops/user.py
hops/util.py
hops/version.py
hops/xattr.py
hops.egg-info/PKG-INFO
hops.egg-info/SOURCES.txt
hops.egg-info/dependency_links.txt
hops.egg-info/requires.txt
hops.egg-info/top_level.txt
hops/experiment_impl/__init__.py
hops/experiment_impl/launcher.py
hops/experiment_impl/distribute/__init__.py
hops/experiment_impl/distribute/mirrored.py
hops/experiment_impl/distribute/mirrored_reservation.py
hops/experiment_impl/distribute/mirrored_reservation_client.py
hops/experiment_impl/distribute/parameter_server.py
hops/experiment_impl/distribute/parameter_server_client.py
hops/experiment_impl/distribute/parameter_server_reservation.py
hops/experiment_impl/parallel/__init__.py
hops/experiment_impl/parallel/differential_evolution.py
hops/experiment_impl/parallel/grid_search.py
hops/experiment_impl/parallel/random_search.py
hops/experiment_impl/util/__init__.py
hops/experiment_impl/util/experiment_utils.py
hops/featurestore_impl/__init__.py
hops/featurestore_impl/core.py
hops/featurestore_impl/dao/__init__.py
hops/featurestore_impl/dao/common/__init__.py
hops/featurestore_impl/dao/common/featurestore_entity.py
hops/featurestore_impl/dao/common/featurestore_metadata.py
hops/featurestore_impl/dao/datasets/__init__.py
hops/featurestore_impl/dao/datasets/training_dataset.py
hops/featurestore_impl/dao/featuregroups/__init__.py
hops/featurestore_impl/dao/featuregroups/cached_featuregroup.py
hops/featurestore_impl/dao/featuregroups/featuregroup.py
hops/featurestore_impl/dao/featuregroups/on_demand_featuregroup.py
hops/featurestore_impl/dao/featuregroups/online_featuregroup.py
hops/featurestore_impl/dao/features/__init__.py
hops/featurestore_impl/dao/features/feature.py
hops/featurestore_impl/dao/featurestore/__init__.py
hops/featurestore_impl/dao/featurestore/featurestore.py
hops/featurestore_impl/dao/settings/__init__.py
hops/featurestore_impl/dao/settings/featurestore_settings.py
hops/featurestore_impl/dao/stats/__init__.py
hops/featurestore_impl/dao/stats/cluster.py
hops/featurestore_impl/dao/stats/cluster_analysis.py
hops/featurestore_impl/dao/stats/correlation_matrix.py
hops/featurestore_impl/dao/stats/correlation_value.py
hops/featurestore_impl/dao/stats/datapoint.py
hops/featurestore_impl/dao/stats/descriptive_stats.py
hops/featurestore_impl/dao/stats/descriptive_stats_metric_value.py
hops/featurestore_impl/dao/stats/descriptive_stats_metric_values.py
hops/featurestore_impl/dao/stats/feature_correlation.py
hops/featurestore_impl/dao/stats/feature_histogram.py
hops/featurestore_impl/dao/stats/feature_histograms.py
hops/featurestore_impl/dao/stats/histogram_bin.py
hops/featurestore_impl/dao/stats/statistics.py
hops/featurestore_impl/dao/storageconnectors/__init__.py
hops/featurestore_impl/dao/storageconnectors/hopsfs_connector.py
hops/featurestore_impl/dao/storageconnectors/jdbc_connector.py
hops/featurestore_impl/dao/storageconnectors/s3_connector.py
hops/featurestore_impl/exceptions/__init__.py
hops/featurestore_impl/exceptions/exceptions.py
hops/featurestore_impl/featureframes/FeatureFrame.py
hops/featurestore_impl/featureframes/__init__.py
hops/featurestore_impl/online_featurestore/__init__.py
hops/featurestore_impl/online_featurestore/online_featurestore.py
hops/featurestore_impl/query_planner/__init__.py
hops/featurestore_impl/query_planner/f_query.py
hops/featurestore_impl/query_planner/fg_query.py
hops/featurestore_impl/query_planner/fs_query.py
hops/featurestore_impl/query_planner/logical_query_plan.py
hops/featurestore_impl/query_planner/query_planner.py
hops/featurestore_impl/rest/__init__.py
hops/featurestore_impl/rest/rest_rpc.py
hops/featurestore_impl/util/__init__.py
hops/featurestore_impl/util/fs_utils.py
hops/featurestore_impl/visualizations/__init__.py
hops/featurestore_impl/visualizations/statistics_plots.py