From 26021ded5eeddc3f20631b4758788ca408f3c00f Mon Sep 17 00:00:00 2001 From: jasonbohne123 Date: Mon, 12 Feb 2024 10:45:08 -0500 Subject: [PATCH] update misc --- .env_temp | 4 ---- .gitignore | 6 ------ README.md | 2 ++ 3 files changed, 2 insertions(+), 10 deletions(-) diff --git a/.env_temp b/.env_temp index 21bbe77..e7a123e 100644 --- a/.env_temp +++ b/.env_temp @@ -6,7 +6,3 @@ server_password='TEMP' # login to database db_user='TEMP' db_pass='TEMP' - -# huggingface org api -hf_token='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' -hf_user_token='TEMP' \ No newline at end of file diff --git a/.gitignore b/.gitignore index 0e30a3c..953ceae 100644 --- a/.gitignore +++ b/.gitignore @@ -11,11 +11,5 @@ data_preprocessing/__pycache__ .vscode/ __pycache__/ -# python -feature_generation/__pycache__/ -spark_pipelines/__pycache__ - # models -models/lightning_logs personal_research/ -HFT_Research/ diff --git a/README.md b/README.md index ec8a3df..3ecd3bc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # TAQ-Data Included are the client side scripts for access to the TAQ-Clickhouse Database remotely with Python. +Reccomended for advanced users only who are familiar with GitHub, Conda, and Linux + Instructions for access through the SQL UI DBeaver are included in Accessing the TAQ-Clickhouse Database PDF ### Local Setup