Daily update | 05 January, 2022
Medium
One Year of dbt
Author: Adam Boscarino
Claps: 114
Source: data-science
Description: Learn about why Devoted Health chose dbt and the unique aspects of our deployment including our integration with Airflow and custom tooling
Pokémon AI: Gotta Create ’Em All!
Author: Liam Eloie
Claps: 62
Source: machine-learning
Description: An Epic Journey of Pokémon Generation using Artificial Intelligence
Co-creating with the 🤖
Author: Arvind Sanjeev
Claps: 61
Source: artificial-intelligence
Description: Investigating our new creative relationship with Artificial Intelligence
Top Qualities Hiring Managers Look For In Data Scientist Candidates
Author: Tessa Xie
Claps: 59
Source: data-science
Description: Some of these are arguably more important than writing efficient code
An Advanced SQL Syntax That Saved Me From Using Python
Author: Yang Zhou
Claps: 54
Source: data-science
Description: I almost opened my PyCharm at that time
StackExchange
What are the fundamentals of calculating space complexity in loops?
Source: cs
Views: 378
Score: 4
Tags: algorithms data-structures space-complexity python
How can I know If LASSO logistic regression model is good enough to be feature selection tool?
Source: stats
Views: 163
Score: 3
Tags: machine-learning logistic feature-selection lasso exploratory-data-analysis
Why using StandardScaler from sklearn before LogisticRegression increase avg cross_val_score? Standarization should only help in faster convergece
Source: stats
Views: 29
Score: 3
Tags: regression logistic scikit-learn
Why is GARCH offering no predictive value?
Source: stats
Views: 60
Score: 3
Tags: time-series garch volatility
3-D random walk: average distance after N steps
Source: stats
Views: 11
Score: 2
Tags: random-walk