Skip to content

Commit

Permalink
feat(ml): neural forecast air passenger number (#12262)
Browse files Browse the repository at this point in the history
  • Loading branch information
hongbo-miao authored Oct 31, 2023
1 parent 4369518 commit 9279dcf
Show file tree
Hide file tree
Showing 17 changed files with 2,395 additions and 0 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ mobile-ios/HMMobile.xcodeproj/xcuserdata
mobile-react-native/.expo
mobile-react-native/coverage
national-instruments/hm-tdms/data
neural-forecasting/*/lightning_logs
robot-operating-system/bags
robot-operating-system/build
robot-operating-system/install
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/.static-type-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ jobs:
poetry run poe static-type-check-python -- --package=national-instruments.hm-pyvisa
poetry run poe static-type-check-python -- --package=national-instruments.hm-tdms
poetry run poe static-type-check-python -- --package=national-instruments.hm-ni-veristand
poetry run poe static-type-check-python -- --package=neural-forecasting.forecast-air-passenger-number
poetry run poe static-type-check-python -- --package=quantum-computing
poetry run poe static-type-check-python -- --package=reinforcement-learning.cart-pole
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ mobile-ios/HMMobile.xcodeproj/xcuserdata
mobile-react-native/.expo
mobile-react-native/coverage
national-instruments/hm-tdms/data
neural-forecasting/*/lightning_logs
robot-operating-system/bags
robot-operating-system/build
robot-operating-system/install
Expand Down
1 change: 1 addition & 0 deletions .markdownlint-cli2.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@
"mobile-react-native/.expo",
"mobile-react-native/coverage",
"national-instruments/hm-tdms/data",
"neural-forecasting/*/lightning_logs",
"robot-operating-system/bags",
"robot-operating-system/build",
"robot-operating-system/install",
Expand Down
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ mobile-ios/HMMobile.xcodeproj/xcuserdata
mobile-react-native/.expo
mobile-react-native/coverage
national-instruments/hm-tdms/data
neural-forecasting/*/lightning_logs
robot-operating-system/bags
robot-operating-system/build
robot-operating-system/install
Expand Down
1 change: 1 addition & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ AllCops:
- 'mobile-react-native/.expo/**/*'
- 'mobile-react-native/coverage/**/*'
- 'national-instruments/hm-tdms/data/**/*'
- 'neural-forecasting/*/lightning_logs/**/*'
- 'robot-operating-system/bags/**/*'
- 'robot-operating-system/build/**/*'
- 'robot-operating-system/install/**/*'
Expand Down
1 change: 1 addition & 0 deletions .ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ exclude = [
"mobile-react-native/.expo",
"mobile-react-native/coverage",
"national-instruments/hm-tdms/data",
"neural-forecasting/*/lightning_logs",
"robot-operating-system/bags",
"robot-operating-system/build",
"robot-operating-system/install",
Expand Down
1 change: 1 addition & 0 deletions .solhintignore
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ mobile-ios/HMMobile.xcodeproj/xcuserdata
mobile-react-native/.expo
mobile-react-native/coverage
national-instruments/hm-tdms/data
neural-forecasting/*/lightning_logs
robot-operating-system/bags
robot-operating-system/build
robot-operating-system/install
Expand Down
1 change: 1 addition & 0 deletions .sqlfluffignore
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ mobile-ios/HMMobile.xcodeproj/xcuserdata
mobile-react-native/.expo
mobile-react-native/coverage
national-instruments/hm-tdms/data
neural-forecasting/*/lightning_logs
robot-operating-system/bags
robot-operating-system/build
robot-operating-system/install
Expand Down
1 change: 1 addition & 0 deletions .stylelintignore
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ mobile-ios/HMMobile.xcodeproj/xcuserdata
mobile-react-native/.expo
mobile-react-native/coverage
national-instruments/hm-tdms/data
neural-forecasting/*/lightning_logs
robot-operating-system/bags
robot-operating-system/build
robot-operating-system/install
Expand Down
1 change: 1 addition & 0 deletions .yamllint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ ignore: |
mobile-react-native/.expo
mobile-react-native/coverage
national-instruments/hm-tdms/data
neural-forecasting/*/lightning_logs
robot-operating-system/bags
robot-operating-system/build
robot-operating-system/install
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,7 @@ static-type-check-python:
poetry run poe static-type-check-python -- --package=national-instruments.hm-pyvisa
poetry run poe static-type-check-python -- --package=national-instruments.hm-tdms
poetry run poe static-type-check-python -- --package=national-instruments.hm-ni-veristand
poetry run poe static-type-check-python -- --package=neural-forecasting.forecast-air-passenger-number
poetry run poe static-type-check-python -- --package=quantum-computing
poetry run poe static-type-check-python -- --package=reinforcement-learning.cart-pole
static-type-check-terraform:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ make kubernetes-clean
- **PyTorch** - Machine learning framework
- **PyTorch Geometric** - PyTorch geometric deep learning extension
- **LangChang** - Large language model (LLM) framework
- **NeuralForecast** - Neural forecasting
- **GPT4All** - Large language models
- **OGB** - Open graph benchmark
- **Rasa** - Machine learning framework for automated text and voice-based conversations
Expand Down
9 changes: 9 additions & 0 deletions neural-forecasting/forecast-air-passenger-number/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
poetry-env-use:
poetry env use python3.11
poetry-update-lock-file:
poetry lock --no-update
poetry-install:
poetry install --no-root

poetry-run-dev:
poetry run poe dev
Loading

0 comments on commit 9279dcf

Please sign in to comment.