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

Highlights

  • Pro
Block or Report

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.

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
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-rdp webcrawler-rdp Public

    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. spatio-temporal-analysis-calazar spatio-temporal-analysis-calazar Public

    KDD Aplicado à Análise Espaço Temporal da Leishmaniose Visceral no Estado do Pará entre os Anos de 2007 e 2019

    HTML

  3. rpa-insta rpa-insta Public

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

    Python 1

  4. Student-Performance-Prediction-MLR Student-Performance-Prediction-MLR Public

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

    Jupyter Notebook 1 1

  5. algoritmo-genetico-pibic algoritmo-genetico-pibic Public

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

    Python