Skip to content
View pranshudiwan's full-sized avatar

Block or report pranshudiwan

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. Predicting-Stock-Movement-Using-News-Headlines Predicting-Stock-Movement-Using-News-Headlines Public

    Code, Report, Visualizations and EDA for the project. This project was done in the DS 5220 (Supervised Machine Learning) Class of Northeastern University, Spring 2020. Collaborated with Ruthvik Rav…

    Jupyter Notebook 2

  2. Classify-food-items-Unsupervised-learning- Classify-food-items-Unsupervised-learning- Public

    I have classified a database of food items into appropriate segments (veg, non-veg, drinks, etc) using an unsupervised approach, since there are no features in our data.

    Jupyter Notebook 1

  3. Search-and-CRUD-Database-Operations-on-a-web-app Search-and-CRUD-Database-Operations-on-a-web-app Public

    Perform CRUD (Create, Read, Update, Delete) operations on any database on a web app.

    Java

  4. Personalised-movie-recommendation-system Personalised-movie-recommendation-system Public

    I have used an ensemble of recommendation algorithms and come up with a hybrid and personalized movie recommendation system.

    Jupyter Notebook 1

  5. Toxic-comments-challenge Toxic-comments-challenge Public

    This notebook has the code for the Toxic comments challenge on Kaggle

    Jupyter Notebook

  6. Import-and-update-database-to-web-app Import-and-update-database-to-web-app Public

    Import and update your existing database with a new database and push changes directly to the web app. The code transverses the database row wise, and updates the row in the existing database if id…

    Java