Skip to content

Commit 13b3078

Browse files
feat: new article (#315)
* feat: new article * feat: new article * feat: new article * feat: new article * feat: new article
1 parent cb65c39 commit 13b3078

10 files changed

+3476
-16
lines changed

.github/workflows/merge-schedule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- synchronize
99
schedule:
1010
# https://crontab.guru/every-hour
11-
- cron: '55 2 * * 6'
11+
- cron: '55 2 * * *'
1212
# Allows you to run this workflow manually from the Actions tab
1313
workflow_dispatch:
1414

_posts/-_ideas/2030-01-01-data_model_drift.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ tags: []
1313

1414
## Article Ideas on Data Drift and Model Drift
1515

16-
### 6. **Data Drift vs. Concept Drift: Understanding the Differences and Implications**
17-
- **Overview**: Differentiate between **data drift** (changes in the input data distribution) and **concept drift** (changes in the underlying relationships between inputs and outputs).
18-
- **Focus**: Provide real-world examples to illustrate how each type of drift affects model performance and decision-making.
1916

2017
### 7. **Using Unsupervised Learning for Early Detection of Data Drift**
2118
- **Overview**: Explore how unsupervised learning techniques like **clustering** and **autoencoders** can detect anomalies in data that signal data drift.

_posts/-_ideas/2030-01-01-elderly_care.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ seo_type: article
1111
tags: []
1212
---
1313

14-
### 3. Improving Elderly Mental Health with Machine Learning and Data Analytics
15-
- **Overview**: Discuss the role of data analytics and machine learning in understanding and treating mental health conditions like depression, anxiety, and dementia in the elderly.
16-
- **Focus**: Use cases of AI-powered mood tracking and early detection of cognitive decline based on behavioral and health data.
1714

1815
### 4. Big Data in Geriatric Medicine: Enhancing Care for Aging Populations
1916
- **Overview**: Explain how big data analytics is being used to improve geriatric care by analyzing trends in elderly health, treatment outcomes, and care patterns.

_posts/-_ideas/2030-01-01-future_articles_time_series.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,6 @@ Here are several article ideas that would complement the ARIMAX time series mode
2424
- Discuss the advantages and limitations of each approach.
2525
- Provide examples and code implementation in Python. -->
2626

27-
### 5. **"Multivariate Time Series Forecasting: VAR and VECM Models Explained"**
28-
- Dive into the Vector AutoRegressive (VAR) model and Vector Error Correction Model (VECM) for multivariate time series data.
29-
- Discuss how these models handle interdependencies between multiple time series.
30-
- Provide examples of applications in economics, finance, and weather forecasting.
31-
32-
### 6. **"Handling Non-Stationarity in Time Series Data: Techniques and Best Practices"**
33-
- Discuss why stationarity is crucial for time series forecasting models like ARIMA and ARIMAX.
34-
- Explain techniques to make a time series stationary (differencing, transformations, detrending).
35-
- Introduce tests like ADF and KPSS, with practical examples in R or Python.
3627

3728
### 7. **"Prophet: A Modern Approach to Time Series Forecasting Developed by Facebook"**
3829
- Introduce the Prophet model developed by Facebook, which is designed to handle seasonality and holidays with ease.

0 commit comments

Comments
 (0)