LICENSE
NOTICE.txt
README.md
pyproject.toml
setup.py
tasrif/__init__.py
tasrif.egg-info/PKG-INFO
tasrif.egg-info/SOURCES.txt
tasrif.egg-info/dependency_links.txt
tasrif.egg-info/requires.txt
tasrif.egg-info/top_level.txt
tasrif/data_readers/__init__.py
tasrif/data_readers/fitbit_interday_dataset.py
tasrif/data_readers/fitbit_intraday_dataset.py
tasrif/data_readers/my_heart_counts.py
tasrif/data_readers/siha_dataset.py
tasrif/data_readers/sleep_health.py
tasrif/data_readers/withings_dataset.py
tasrif/data_readers/zenodo_fitbit_dataset.py
tasrif/processing_pipeline/__init__.py
tasrif/processing_pipeline/compose_operator.py
tasrif/processing_pipeline/map_processing_operator.py
tasrif/processing_pipeline/noop_operator.py
tasrif/processing_pipeline/observer.py
tasrif/processing_pipeline/pandas_operator.py
tasrif/processing_pipeline/parallel_operator.py
tasrif/processing_pipeline/processing_operator.py
tasrif/processing_pipeline/reduce_processing_operator.py
tasrif/processing_pipeline/scoped_processing_operator.py
tasrif/processing_pipeline/sequence_operator.py
tasrif/processing_pipeline/split_operator.py
tasrif/processing_pipeline/validators.py
tasrif/processing_pipeline/variable.py
tasrif/processing_pipeline/custom/__init__.py
tasrif/processing_pipeline/custom/add_duration_operator.py
tasrif/processing_pipeline/custom/aggregate_operator.py
tasrif/processing_pipeline/custom/categorize_duration_operator.py
tasrif/processing_pipeline/custom/categorize_time_operator.py
tasrif/processing_pipeline/custom/create_feature_operator.py
tasrif/processing_pipeline/custom/distributed_upsample_operator.py
tasrif/processing_pipeline/custom/drop_index_duplicates_operator.py
tasrif/processing_pipeline/custom/encode_cyclical_features_operator.py
tasrif/processing_pipeline/custom/filter_operator.py
tasrif/processing_pipeline/custom/flatten_operator.py
tasrif/processing_pipeline/custom/iterate_json_operator.py
tasrif/processing_pipeline/custom/jq_operator.py
tasrif/processing_pipeline/custom/json_pivot_operator.py
tasrif/processing_pipeline/custom/linear_fit_operator.py
tasrif/processing_pipeline/custom/normalize_operator.py
tasrif/processing_pipeline/custom/normalize_transform_operator.py
tasrif/processing_pipeline/custom/one_hot_encoder.py
tasrif/processing_pipeline/custom/participation_overview_operator.py
tasrif/processing_pipeline/custom/read_csv_folder_operator.py
tasrif/processing_pipeline/custom/read_nested_csv_operator.py
tasrif/processing_pipeline/custom/resample_operator.py
tasrif/processing_pipeline/custom/set_features_value_operator.py
tasrif/processing_pipeline/custom/set_start_hour_of_day_operator.py
tasrif/processing_pipeline/custom/sliding_window_operator.py
tasrif/processing_pipeline/custom/statistics_operator.py
tasrif/processing_pipeline/kats/__init__.py
tasrif/processing_pipeline/kats/calculate_timeseries_properties_operator.py
tasrif/processing_pipeline/observers/__init__.py
tasrif/processing_pipeline/observers/dataprep_observer.py
tasrif/processing_pipeline/observers/functional_observer.py
tasrif/processing_pipeline/observers/groupby_logger.py
tasrif/processing_pipeline/observers/logger.py
tasrif/processing_pipeline/observers/visualize_days_observer.py
tasrif/processing_pipeline/pandas/__init__.py
tasrif/processing_pipeline/pandas/astype_operator.py
tasrif/processing_pipeline/pandas/concat_operator.py
tasrif/processing_pipeline/pandas/convert_to_datetime.py
tasrif/processing_pipeline/pandas/corr_operator.py
tasrif/processing_pipeline/pandas/cut_operator.py
tasrif/processing_pipeline/pandas/drop_duplicates_operator.py
tasrif/processing_pipeline/pandas/drop_features_operator.py
tasrif/processing_pipeline/pandas/drop_na_operator.py
tasrif/processing_pipeline/pandas/fill_na_operator.py
tasrif/processing_pipeline/pandas/groupby_operator.py
tasrif/processing_pipeline/pandas/json_normalize_operator.py
tasrif/processing_pipeline/pandas/mean_operator.py
tasrif/processing_pipeline/pandas/merge_operator.py
tasrif/processing_pipeline/pandas/pivot_operator.py
tasrif/processing_pipeline/pandas/pivot_reset_columns_operator.py
tasrif/processing_pipeline/pandas/qcut_operator.py
tasrif/processing_pipeline/pandas/read_csv_operator.py
tasrif/processing_pipeline/pandas/rename_operator.py
tasrif/processing_pipeline/pandas/replace_operator.py
tasrif/processing_pipeline/pandas/reset_index_operator.py
tasrif/processing_pipeline/pandas/rolling_operator.py
tasrif/processing_pipeline/pandas/set_index_operator.py
tasrif/processing_pipeline/pandas/sort_operator.py
tasrif/processing_pipeline/pandas/sum_operator.py
tasrif/processing_pipeline/tsfresh/__init__.py
tasrif/processing_pipeline/tsfresh/tsfresh_feature_extractor_operator.py