Skip to content

Instantly share code, notes, and snippets.

View naveenalanthomas's full-sized avatar

sfc-gh-naveenalanthomas naveenalanthomas

View GitHub Profile
@naveenalanthomas
naveenalanthomas / Setup_Energy_Price_Forecasting.ipynb
Last active March 11, 2024 23:25
Energy Price Forecasting Setup
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@naveenalanthomas
naveenalanthomas / environment.yml
Last active February 12, 2024 14:54
Energy Price Forecasting App Files
name: priceforecasting
channels:
- snowflake
dependencies:
- python=3.8.12
- snowflake-snowpark-python
- matplotlib
- seaborn
- tqdm
- scikit-learn