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
72
problems.
Stats
1.8k
EtPoint
551
Vote count
12
questions
72
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
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
Why am I getting 'last step of pipeline' error when using make_pipeline in scikit-learn?
What do maskers really do in SHAP package and fit them to train or test?
How to append new columns to a pandas groupby object from a list of values