Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

[Task 1] Fraud detection

You will be given 2 files containing customer and transaction data in an e-commerce platform.
The goal is to develop a model that can be used to determine whether a customer is fraudulent
based on the customer’s profile and transaction data. You should write a report about your
analysis, method, and conclusion of the experiments.

[Task 2] Product similarity


You will be given 1 file containing product data in an e-commerce platform. The goal is to
develop a model that can be used to identify whether a pair of products is similar based on their
description. You should write a report about your analysis, method, and conclusion of the
experiments.

Submission
Please put all of your code (without data) in a single directory named technical_test and
within that directory, there should be a separate directory for each task. Make sure to use
Python and/or Jupyter Notebooks for your experiments. Also note that all code should be easy
to read or we won’t be able to assess your submission. Googling existing solutions is obviously
permitted, but make sure to put all references in the report.

You might also like