Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Sergey Bushmanov
Sergey Bushmanov has asked
12
questions and find answers to
75
problems.
Stats
1.9k
EtPoint
573
Vote count
12
questions
75
answers
About
I'm a financial analyst (CFA) turned ML Engineer.
I code in
Python
,
R
,
Scala
,
SQL
(and have had some exposure to
Julia
and
Fortran
).
I'm here to
help people
having difficulty programming and understanding DS and ML.
Sergey Bushmanov questions
Rounding through type ascription
Awk fails to split a big file (10Gb+)
Change case of text in bash while looping through declared variable names [duplicate]
Do spark.implicits exist for pyspark session?
What is the intuition behind recursive algorithms with Streams?
How to find which library prevents updating a package in conda?
ColumnTransformer with TfidfVectorizer produces "empty vocabulary" error
Hadoop Yarn: How to limit dynamic self allocation of resources with Spark?
Spark 2.0: Redefining SparkSession params through GetOrCreate and NOT seeing changes in WebUI
Warnings while building Scala/Spark project with SBT
Sergey Bushmanov answers
SHAP for a single data point, instead of average prediction of entire dataset
I get an error when using shap.plots.waterfall after generating the shap values
How to calculate NDCG with binary relevances using sklearn?
Extract sentence embeddings features with Pandas and spaCy
Extract top N words that are most similar to an input word from a text file
How to check if the model object is Xgboost or not in python
How to count the number of elements in a set of rows selected based on a condition?
How to interpret base_value of multi-class classification problem when using SHAP?
Remove array([]) brackets to create clean array for matrix equations
Subclassing sklearn LinearSVC for use as estimator with sklearn GridSearchCV