Skip to content
View npradaschnor's full-sized avatar
๐Ÿ’ญ
Learning
๐Ÿ’ญ
Learning

Block or report npradaschnor

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

๐ŸŒŸ Hello there! I'm Noa Prada Schnor! I currently harness my expertise as a Food Data Scientist and am advancing my skills by pursuing a Master's in Software Design with Machine Learning.

Noa Prada Schnor
class NoaPradaSchnor:
    def __init__(self):
        self.username = 'npradaschnor'
        self.full_name = 'Noa Prada Schnor'
        self.roles = ['Self-Motivated Learner', 'Food Data Scientist']
        self.education = {
            'PhD': 'Food and Nutrition',
            'MSc': 'Food and Nutrition',
            'Diploma': 'Data Analytics',
            'Current Study': "Master's in Software Design with Machine Learning",
            'Alma Mater': 'Galway-Mayo Institute of Technology'
        }
        self.contact_info = {
            'LinkedIn': 'https://www.linkedin.com/in/npradaschnor/',
            'Email': '[email protected]'
        }
        self.location = 'Ireland'
        self.languages = {
            'Portuguese': 'Native',
            'English': 'Advanced'
        }

    def __str__(self):
        return self.full_name

if __name__ == '__main__':
    me = NoaPradaSchnor()
    print(str(me))

๐Ÿ“ฌ Get in Touch! Feel free to reach out!

๐Ÿค Contribute If you're interested in any of my projects or have educational material that could use an extra pair of eyes, I'd love to collaborate!

๐Ÿ“š Latest Publication

<publication>
    <article>
        <title> Modelling the public health benefits of fibre fortification in the Chinese population through food reformulation </title>
        <journal> BMJ Open </journal>
        <year> 2024 </year>
        <doi> https://bmjopen.bmj.com/content/bmjopen/14/5/e079924.full.pdf </doi>
    </article>

Pinned Loading

  1. Pima-Indians-Diabetes-Dataset Pima-Indians-Diabetes-Dataset Public

    Personal project using Pima Indians Diabetes to analyse it and make predictions using Machine Learning techniques.

    Jupyter Notebook 38 55

  2. ifood_Case ifood_Case Public

    This case is used for hiring Data Analysts for the iFood Brain team.

    Jupyter Notebook 3