Skip to content
View ugis22's full-sized avatar
  • Argentina

Organizations

@pydata-buenos-aires
Block or Report

Block or report ugis22

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

Hi there 👋 , I'm Eugenia - Data Scientist & Co-founder

  • ✏️ You can read my stories in my Medium Profile
  • 🌱 I’m always trying to learn new things
  • 👯 I’m looking to collaborate on open-source projects that have social impact
  • 💬 Ask me about data science, machine learning, ReGex, mentoring
  • 📫 How to reach me: eugenia.inzaugarat@insight-delta.com
  • 😄 Pronouns: she/her
  • ⚡ Fun fact: I'm a Harry Potter crazy fan

Pinned

  1. clustering_analysis clustering_analysis Public

    Performs an exploratory analysis on a dataset containing information about shop customers. Check that the assumptions K-means makes are fulfilled. Apply K-means clustering algorithm in order to seg…

    Jupyter Notebook 53 35

  2. music_recommender music_recommender Public

    Implement a content-based and collaborative filtering recommendation systems for song recommendations.

    Jupyter Notebook 148 75

  3. analysing_twitter analysing_twitter Public

    Stream Tweets and store them in a relational DB. Perform sentiment analysis and network interaction.

    Jupyter Notebook 102 50

  4. churn_model churn_model Public

    This project aims to build a classification model to predict which customers will churn

    Jupyter Notebook 5 5

  5. essential_tools_ner essential_tools_ner Public

    Retrieves information from a particular website. Uses different tools and pre-trained models for Named Entity Recognition.

    Jupyter Notebook 4 1

  6. creatingDCGAN creatingDCGAN Public

    Show how DCGAN works. Contains some code about the generator, discriminator and training step.

    Python