Skip to content
View adchamberlain's full-sized avatar

Block or report adchamberlain

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

Popular repositories Loading

  1. numpy_speed_test numpy_speed_test Public

    Illustration of Python speed differences: For loop vs. numpy vectorization.

    Python 2 1

  2. lda_topic_modeling lda_topic_modeling Public

    Using LDA topic modeling and text features to predict "helpful votes" in Glassdoor reviews.

    Python 2 2

  3. reduce_dimension_dummies reduce_dimension_dummies Public

    Reduce dimensionality of categorical dummies by recoding all levels with small numbers of observations as "other" for improved regression model performance.

    Python 1

  4. pandemic_model pandemic_model Public

    A basic SIR (susceptible, infected, recovered) epidemic model in Python allowing modeling of coronavirus impact.

    Python 1 1

  5. ols_python_example ols_python_example Public

    OLS example in Python.

    Python

  6. random_sum_e random_sum_e Public

    Python simulation of "e" by summing random numbers > 1.

    Python