Skip to content
View ipshitag's full-sized avatar
πŸ”
Discovering
πŸ”
Discovering

Block or report ipshitag

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
ipshitag/README.md

Hello πŸ‘‹


# -*- coding: utf-8 -*-


class DataScientist:

    def __init__(self):
        self.name = "Ipshita Ghosh"
        self.role = "Data Scientist"
        self.language_spoken = ["English", "Hindi", "Bengali"]

    def say_hi(self):
        print("Happy to see you, hope you find some of my work interesting.")


me = DataScientist()
me.say_hi()
  • πŸ”­ I’m currently working with ThirdEye as a senior data scientist.
  • 🌱 I’m currently learning NLP, Forecasting, Bayesian Inference and Evolutionary Algorithms.
  • πŸ“« How to reach me: LinkedIn
  • And, my favourite emoji is :shipit:

πŸ”§ Technologies & Tools

πŸ† GitHub Trophies

trophy

visitors

Pinned Loading

  1. Wine-Reviews-EDA-and-Recommender-System Wine-Reviews-EDA-and-Recommender-System Public

    Creating a baseline recommendation system to classify wines based on their description and points. KNN technique with KD Tree algorithm was used.

    Jupyter Notebook 1 1

  2. Life-Expectancy-prediction Life-Expectancy-prediction Public

    Predicting Life expectancy, based on different parameters using linear regression, in DLTK_AI framework.

    Jupyter Notebook 1

  3. AttendanceManager AttendanceManager Public

    Attendance Manager to keep a check on number of absents done.

    4

  4. knapsack0-1 knapsack0-1 Public

    Implementation of Knapsack 0/1 problem using formula. (greedy method)

    Java 3

  5. Techgig_30days Techgig_30days Public

    The techgig 30 days coding challenge

    Java 3