You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
conda create -n <env_name> [python=<python_version>]
source activate <env_name>
pip install -r requirements.txt
# To deactivate your environment
source deactivate
Project Structure
βββ resources/
β βββ data/ <- Input data folder
β βββ results/ <- Results folder
βββ tfdv/ <- Scripts to compare the system against
| TFX and data-linter
βββ third_party/ <- Data-linter and facets source code
βββ analyzers.py <- DataFrameAnalyzer
βββ error_generation.py <- Error generation utilities
βββ evaluation.py <- Evaluation utilities, tests
βββ hilda.py <- HILDA'19 showcase
βββ messages.py <- Text messages placeholder
βββ models.py <- ML models
βββ openml.py <- Utilities for using OpenML
βββ pipelines.py <- Pipelines
βββ profilers.py <- DataFrameProfiler, PipelineProfiler
βββ selection.py <- RandomSelector, PairSelector
βββ settings.py <- Helper functionality
βββ shift_detection.py <- Dataset shift detection utilities
βββ test_suite.py <- TestSuite, AutomatedTestSuite
βββ transformers.py <- Custom transformers for sklearn pipeline
βββ visualization_utils.py <- Visualization utilities
Entry Points
hilda.py <- Showcase on automated unit tests functionality
evaluation.py <- Checks whether errors in data crash the
serving system or affect performance of the
pipelines, and whether unit tests detect these
errors
shift_detection.py <- Snowcase on dataset shift detection