Skip to content
View razorhedge's full-sized avatar

Block or report razorhedge

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

Pinned Loading

  1. Python-ML Python-ML Public

    Jupyter Notebook 1

  2. Fast Eval Fast Eval
    1
    import pandas as pd
    2
    df = pd.read_csv('train.csv', header = None)
    3
    # Since heavily parametric models are not available (XGB or VARIMAX), i'll try to discard the autoregressive time factor and rely solely on a combined parametric or non-parametric method. 
    4
    # Lasso and linear should have a decent output but we'll fare it against RF given the p < n restriction and high sparsity.
    5
    
    
  3. consumer-complaint-database consumer-complaint-database Public

    Shell

  4. dbt-tutorial-course dbt-tutorial-course Public

    Forked from jack-cook-repo/dbt-tutorial-course

  5. python-ml-models python-ml-models Public

  6. time-series-python time-series-python Public

    Time Series data Analysis

    Jupyter Notebook