Soner Yıldırım
Data Scientist at Wander
Expertise: Data Science
Education: Texas A&M University, College Station

Soner Yıldırım is a data scientist for the travel company Wander, with an expertise in data analysis, data visualization and machine learning. Before joining Wander, he has worked as a junior data scientist for Invent Analytic and as a sales engineer for Huawei Technologies. He holds a bachelor’s degree in electrical and electronics engineering from Texas A&M University, College Station. 

Sort By
Most Recent
Most Recent
Oldest
3 Articles
A grid extending into infinity.
The dot product of a matrix is a basic linear algebra calculation used in machine learning to make computations more efficiently as data increases. Here’s how to calculate it.
A panda bear smelling leaves to filter out the good ones.
Filtering data in Pandas is a critical step for effective data analysis. From logical operators to str accessor to loc and iloc, these are the most common methods to know.
Greek columns in a row representing pandas add column concept
Pandas DataFrame presents data in tabular rows and columns. Adding new columns is an important task in data analysis. Here's how to do it in pandas.