Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Serge de Gosson de Varennes

Serge de Gosson de Varennes

Serge de Gosson de Varennes has asked 0 questions and find answers to 5 problems.

Stats

59
EtPoint
7
Vote count
0
questions
5
answers

About

Hi there!

I am a french and swedish national and live in Stockholm, Sweden.
I am a Ph.d in mathematics and more precisely in Symplectic Geometry.

I have been working as a Data Scientist for the past 20 years. I have worked both in the private and public sector.

My areas of interest are:

  1. Statistics
  2. Fraud detection
  3. Computer vision
  4. ML and DL

I am currently working at Pricer (https://www.pricer.com/) as a Senior Data Scientist.

Contact me?

import pandas as pd
(pd.DataFrame([{"email":[115, 101, 114, 103, 101,100, 101, 103,111,115,115,111,110,100, 101,118,97,114,101,110,110,101,115
                         ,64, 103, 109, 97, 105, 108, 46, 99, 111, 109]}])
 .assign(email=lambda d: d.email.apply(lambda l: "".join([chr(c) for c in l])))
)

Serge de Gosson de Varennes questions