From f8d4c38a15d0a3e9e4d6e9fe97a50cbb3ae398eb Mon Sep 17 00:00:00 2001 From: Abby Date: Tue, 18 Nov 2025 15:59:52 -0800 Subject: [PATCH] add abby_pipeline.md --- TODO_PIPELINES/abby_pipeline.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 TODO_PIPELINES/abby_pipeline.md diff --git a/TODO_PIPELINES/abby_pipeline.md b/TODO_PIPELINES/abby_pipeline.md new file mode 100644 index 0000000..bf07e51 --- /dev/null +++ b/TODO_PIPELINES/abby_pipeline.md @@ -0,0 +1,21 @@ +# APIs/Data/Resources: +## Sports +1. https://www.api-football.com + - other sports + - comprehensive but could lack depth +2. https://www.entitysport.com + - both historical & current data + - performance metrics +3. https://sportsdata.io + - has its own predictive engine +## Finance +1. https://www.alphavantage.co +2. https://finnhub.io/docs/api/authentication + +# Control Flow +1. Defining what to predict +2. Data collection from APIs or databases +3. Data normalization/filtering/cleaning +4. Feature Engineering +5. Model training +6. Model Evaluation \ No newline at end of file