Tell about your main tasks, team, and work structure.
Machine Learning / AI
What happens to the string in the operation s[left] += 1? Is it an index modification or concatenation?
Are there deadlines for job search? Which companies are you still communicating with?
What will be the ROC-AUC metric value for a classifier that always outputs 0.9 on a dataset of 90 positive and 10 negative examples?
Name cases when it is better to use an analytical solution rather than ML.
Gradient boosting or logistic regression — which do you choose for a given task and why?
How to write the condition == False more readably in Python?
Are strings in Python mutable or immutable data types?
""" Write a function that determines whether the given string is a palindrome (reads the same left-to-right and right-to-left). Examples of palindromes: - Kazak - A rose fell on Azor's paw - Do geese see God? - Madam, I'm Adam Memory constraint O(1). """
When we convert a string to lower(), what happens in memory? What operation does this take in memory?
Describe the last ML task you solved: goal, data, quality metric, ML algorithm, and result.
Why did you decide to respond to the vacancy at [company]? What would you like to do? Salary expectations and criteria for choosing an offer.
We are solving a binary classification problem. The positive class share in the sample is 5%. The model shows an accuracy of 95%. What can be said about the quality of such a model?
What is the isalnum() method and how does it differ from isalpha()?