forked from adaptive-machine-learning/CapyMOA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinvoke.yml
22 lines (19 loc) · 868 Bytes
/
invoke.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# This file contains the configuration for the invoke command
moa_path: "src/capymoa/jar/moa.jar"
# DROPBOX: When using a dropbox link, ensure that the dl=1 query parameter is
# present in the link. This ensures the file is downloaded directly instead
# of going to the dropbox page
moa_url: "https://www.dropbox.com/scl/fi/fcht56z65vxe3mqpo7iq5/240530_moa.jar?rlkey=ugnasij42wwlwtfns0nr02fpk&dl=1"
# What notebooks to skip when running them as tests.
test_skip_notebooks:
- notebooks/01_evaluation.ipynb
- notebooks/02_sklearn.ipynb
- notebooks/03_pytorch.ipynb
- notebooks/04_drift_streams.ipynb
- notebooks/05_new_learner.ipynb
- notebooks/06_advanced_API.ipynb
- notebooks/07_pipelines.ipynb
- notebooks/08_prediction_interval.ipynb
- notebooks/anomaly_detection.ipynb
- notebooks/SSL_example.ipynb
- notebooks/save_and_load_model.ipynb