Skip to content

Weka #4

Merged
merged 7 commits into from
Apr 10, 2025
Merged

Weka #4

merged 7 commits into from
Apr 10, 2025

Commits on Apr 1, 2025

  1. Implement event deletion functionality; add DeleteEvent servlet for h…

    …andling event deletions, enhance event listing with delete confirmation modal, and improve form validation in create.jsp and update.jsp
    Brian-Weloba committed Apr 1, 2025
    Configuration menu
    Copy the full SHA
    5f9812f View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2025

  1. Add CookieUtil for managing event edit tokens; refactor CreateEvent a…

    …nd DeleteEvent to utilize CookieUtil for cookie handling, and enhance Event and RSVP models with utility methods for better data management.
    Brian-Weloba committed Apr 2, 2025
    Configuration menu
    Copy the full SHA
    18059ac View commit details
    Browse the repository at this point in the history
  2. Add event classification functionality; implement ClassifierLogger fo…

    …r logging results, create EventTypeClassifier with NaiveBayes model, and enhance ImprovedEventClassifierTester for balanced evaluation and cross-validation.
    Brian-Weloba committed Apr 2, 2025
    Configuration menu
    Copy the full SHA
    96fa99d View commit details
    Browse the repository at this point in the history
  3. Enhance event classification; improve EventClassifierTester with bala…

    …nced evaluation, detailed metrics logging, and cross-validation. Refactor EventTypeClassifier for better data handling and model training, including advanced class balancing techniques and enhanced text processing.
    Brian-Weloba committed Apr 2, 2025
    Configuration menu
    Copy the full SHA
    6811753 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2025

  1. Enhance event classification; refactor EventClassifierTester for impr…

    …oved logging, class distribution summary, and cross-validation metrics. Update EventTypeClassifier to utilize AdaBoost for better model performance and parameter optimization.
    Brian-Weloba committed Apr 7, 2025
    Configuration menu
    Copy the full SHA
    81609bd View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2025

  1. Add attendee management functionality; implement attendees.jsp for di…

    …splaying event RSVPs, enhance RSVPServlet to fetch attendees, and update styles for improved UI.
    Brian-Weloba committed Apr 10, 2025
    Configuration menu
    Copy the full SHA
    2142a0d View commit details
    Browse the repository at this point in the history
  2. Add user authentication functionality; implement AuthFilter for sessi…

    …on validation, create LoginServlet and RegistrationServlet for user login and registration, and enhance JSPs for user interface improvements. Update RSVP model to associate RSVPs with users.
    Brian-Weloba committed Apr 10, 2025
    Configuration menu
    Copy the full SHA
    a0ab260 View commit details
    Browse the repository at this point in the history