Skip to content
View emskiphoto's full-sized avatar

Block or report emskiphoto

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
emskiphoto/README.md

👨‍💻 Portfolio Projects (a blatant attempt to impress):

  • Published on Python Package Index (PyPI) with Poetry for the world to use (pipx install noaa_weather_hourly).
  • Automatic file detection and multi-file grouping
  • Time-series wrangling & custom string --> datetime formatting
  • Publishing of internal package resources (.csv lookup files) using importlib
  • Creation of code that runs directly from command line using pipx.
  • Pyproject.toml editing for easy local build/testing and publishing to PyPi
  • Raw Data to ARIMA time-series forecasting model
  • Coordination of multiple Jupyter Notebooks via master config.py and Utils.py for custom functions
  • Dynamic, multiple axis, Matplotlib & Seaborn visualizations
  • Dynamically-assigned & pervasive color theme
  • Feature generation and selection

Pinned Loading

  1. noaa_weather_hourly noaa_weather_hourly Public

    Cleans historical LCD weather files from NOAA and returns an hourly .CSV file

    Jupyter Notebook

  2. ERCOT_electricity_price_forecast ERCOT_electricity_price_forecast Public

    Generate hourly forecasts of the $/MWh Local Marginal Price (LMP) on the Day-Ahead (DA) and Real-Time (RT) markets

    Jupyter Notebook 1

  3. Market-driven-Cooling-Efficiency-Incentive-Optimization Market-driven-Cooling-Efficiency-Incentive-Optimization Public

    An alternative method of defining minimum part-load ("SEER/IEER") and full-load ("EER") efficiency levels.

    HTML 1

  4. Atlas-EV-Hub Atlas-EV-Hub Public

    Script consolidates and cleans multiple EV registration .CSV files from the Atlas State EV website.

    Jupyter Notebook 1

  5. IB-API IB-API Public

    Algorithmic trading on Interactive Brokers

    Jupyter Notebook 2 1

  6. Alpaca-Strategy-Development Alpaca-Strategy-Development Public

    Query and process Alpaca OHLCV data. Add features, identify principal components and develop trade algorithm

    Jupyter Notebook 1 1