Skip to content
View aininz's full-sized avatar

Block or report aininz

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. 3-stage-topic-classifier 3-stage-topic-classifier Public

    A layered text classifier that first groups similar topics using AgglomerativeClustering, then predicts a broad category using LinearSVC, then a specific label using LinearSVC again.

    Jupyter Notebook

  2. mode-choice mode-choice Public

    A nested logit discrete choice model implemented in PyTorch and deployed as a Streamlit app (containerized with Docker).

    Jupyter Notebook 1

  3. book-ecommerce-sales-forecast book-ecommerce-sales-forecast Public

    Time-series forecasting for e-commerce book sales using Prophet with custom semester effects, tuned via grid search, and deployed as a Streamlit dashboard.

    Jupyter Notebook

  4. retention-app retention-app Public

    A Streamlit application for analyzing customer retention patterns using cohort analysis.

    Python