Skip to content
View FlaviaLopes's full-sized avatar
💭
spatiotemporal clustering
💭
spatiotemporal clustering

    Highlights

    • Pro

    Block or report FlaviaLopes

    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.

    Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
    Report abuse

    Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

    Report abuse
    FlaviaLopes/README.md






     class LopesFlavia(Developer): It implements a python developer. The LopesFlavia object contains lots of interests.
    :type arg: Drink
    :param `drink`: The variable argument is used as fuel.
    :rtype: Developer
    :return: A version of me. def __init__(self, drink):
    super().__init__(drink)
    self.__interests = set()
    @property
    def interests(self):
    return self.__interests
    @interests.setter
    def interests(self, x):
    self.__interests = set(x)
    dev = LopesFlavia('Camelia sinensis')
    dev.interests = 'Inteligência Artificial,Ciência de Dados,Python,Web,Clean Code,Machine Learning'.split(',')
    
    FláviaLopes

    Pinned Loading

    1. webcrawler-rdpwebcrawler-rdpPublic

      Aplicação de Web Scraping utilizando Selenium e Chrome webdriver para interagir com a página, extrair dados e preencher formulários.

      Python 2

    2. rpa-instarpa-instaPublic

      Robô para seguir e curtir fotos dos usuários. Web Crawler, Selenium, webdriver, Python, Pandas, RPA

      Python 2

    3. Student-Performance-Prediction-MLRStudent-Performance-Prediction-MLRPublic

      Student Grade Prediction using MLR - Predicting the final score of portuguese discipline. Python, sklearn.

      Jupyter Notebook 1 1

    4. algoritmo-genetico-pibicalgoritmo-genetico-pibicPublic

      ANÁLISE DE TENDÊNCIA E APLICAÇÃO DO OPERADOR DE CRUZAMENTO UNIFORME EM ALGORITMO GENÉTICO PARA SELEÇÃO DE VARIÁVEIS

      Python