Skip to content
View sjvrensburg's full-sized avatar

Block or report sjvrensburg

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
sjvrensburg/README.md

Hi there, I'm Stéfan! 👋

I'm a passionate data scientist and statistician with a strong data analysis, machine learning, and statistical modelling background. I enjoy turning data into actionable insights and solving complex problems using data-driven approaches.

🚀 About Me

  • 🔭 I’m currently working on volatility forecasting models
  • 🌱 I’m currently learning PyTorch
  • 👯 I’m looking to collaborate on data science projects and open-source contributions
  • 💬 Ask me about data analysis, machine learning, and statistical modelling
  • 📫 How to reach me: [email protected]
  • 😄 Pronouns: he
  • ⚡ Fun fact: I love photography

🛠️ Technologies & Tools

Python R Jupyter Pandas NumPy Scikit-Learn Git GitHub

📈 GitHub Stats

Stefan's GitHub stats

📫 Connect with Me

LinkedIn

Pinned Loading

  1. moodle_extract moodle_extract Public

    Extracts files from a Moodle course backup.

    Python

  2. RcppBASTA RcppBASTA Public

    Rcpp implementation of Fryzlewicz and Subba Rao's (2014) binary segmentation for transformed auto-regressive conditional heteroscedasticity (BASTA) algorithm to detect multiple-change-point in auto…

    C++

  3. RMDs4NMU RMDs4NMU Public

    An rmarkdown template for creating assignments that uses the exams LaTeX package.

    TeX

  4. scripted_demos scripted_demos Public

    Python

  5. STTS_package STTS_package Public archive

    Speed Through The Silence: A utility that speeds up the silent parts in a video.

    Python

  6. Script to process SSRN articles for ... Script to process SSRN articles for enlarged printing or viewing on e-reader
    1
    #!/bin/bash
    2
    
                  
    3
    # Function to parse arguments
    4
    parse_arguments() {
    5
      while getopts ":m:" opt; do