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(',')
spatiotemporal clustering
Highlights
- Pro
Pinned Loading
-
webcrawler-rdp
webcrawler-rdp PublicAplicação de Web Scraping utilizando Selenium e Chrome webdriver para interagir com a página, extrair dados e preencher formulários.
Python 2
-
spatio-temporal-analysis-calazar
spatio-temporal-analysis-calazar PublicKDD Aplicado à Análise Espaço Temporal da Leishmaniose Visceral no Estado do Pará entre os Anos de 2007 e 2019
HTML 1
-
Student-Performance-Prediction-MLR
Student-Performance-Prediction-MLR PublicStudent Grade Prediction using MLR - Predicting the final score of portuguese discipline. Python, sklearn.
-
algoritmo-genetico-pibic
algoritmo-genetico-pibic PublicANÁLISE DE TENDÊNCIA E APLICAÇÃO DO OPERADOR DE CRUZAMENTO UNIFORME EM ALGORITMO GENÉTICO PARA SELEÇÃO DE VARIÁVEIS
Python
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.