Skip to content
View AlainOUYANG's full-sized avatar
🐢
Turtles are cute! Catch them վ'ᴗ' ի !
🐢
Turtles are cute! Catch them վ'ᴗ' ի !

Highlights

  • Pro
Block or Report

Block or report AlainOUYANG

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

Hi there 👋

  • 🔭 PhD student at University of Orléans
  • 🌱 Working on Time Series Forecasting, Time Series Analysis, Machine Learning, etc.
  • ✍️ Blogger
  • LinkedIn

Alain OUYANG's GitHub stats Top Langs

Pinned

  1. LSTNet_PyTorch_Pollution LSTNet_PyTorch_Pollution Public

    Python 4 2

  2. Coursera_InteractiveMap Coursera_InteractiveMap Public

    Java

  3. Feature engineering - Time Series to... Feature engineering - Time Series to Supervised Learning.py
    1
    import numpy as np
    2
    import pandas as pd
    3
    from sklearn.preprocessing import StandardScaler
    4
    
                  
    5
    
                  
  4. Stationary Test (Augmented Dicky-Ful... Stationary Test (Augmented Dicky-Fuller Test & KPSS Test).md
    1
    Source: https://www.statsmodels.org/dev/examples/notebooks/generated/stationarity_detrending_adf_kpss.html
    2
    
                  
    3
    ## Augmented Dicky-Fuller Test
    4
    
                  
    5
    ```python