Skip to content
View mranuraggarg's full-sized avatar
Block or Report

Block or report mranuraggarg

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. Python-basic Python-basic Public

    Python code for practice and basic understanding

    Jupyter Notebook

  2. Greedy-Algorithms Greedy-Algorithms Public

    Sample programs showing solutions to puzzles solved using Greedy Algorithm

    Python

  3. ticket-sale-accounting ticket-sale-accounting Public

    Simple accounting software to calculate the total daily sale for Planetarium. It is written in Python3 and GTK-3

    Python

  4. Tweeter-Sentiment-Classifier Tweeter-Sentiment-Classifier Public

    we are building a sentiment classifier, which will detect how positive or negative each tweet is.

    Python

  5. Inverted-Index Inverted-Index Public

    In computer science, an inverted index is a database index storing a mapping from content, such as words or numbers, to its locations in a table, or in a document or a set of documents.

    Python 1

  6. Count-Vecterizer Count-Vecterizer Public

    Vectorization is a process of converting the text data into a machine-readable form. The words are represented as vectors.

    Python