Skip to content

Update tsfresh.feature_extraction.feature_calculators.skewness to make it consistent with the design principle of not ignoring nan #471

Update tsfresh.feature_extraction.feature_calculators.skewness to make it consistent with the design principle of not ignoring nan

Update tsfresh.feature_extraction.feature_calculators.skewness to make it consistent with the design principle of not ignoring nan #471

Workflow file for this run

---
name: Python Style Check
on: [pull_request]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: pre-commit/action@v2.0.0