Skip to content
View nayaknishant's full-sized avatar
πŸ‘‹
πŸ‘‹
Block or Report

Block or report nayaknishant

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

  1. nayaknishant.github.io nayaknishant.github.io Public

    HTML

  2. predicting-hospital-readmission predicting-hospital-readmission Public

    Using pandas and scikit-learn in Jupyter Notebook to explore, analyze, and predict hospital readmission.

    Jupyter Notebook

  3. sliding-puzzle-solver sliding-puzzle-solver Public

    We explore the speed and optimality of algorithms to solve the sliding-puzzle game. We compare A*, BFS, greedy best-first search, and a custom human-based algorithm.

    Python