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