-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenvironment.yaml
60 lines (60 loc) · 1.13 KB
/
environment.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
name: wids2020
channels:
- defaults
- conda-forge
dependencies:
- python=3.10
- pip
- pip:
- omegaconf
- hydra-core
- hydra-zen
- numpy>1.19.0
- pyarrow
- pandas>2.0.0
- pandas_dq
- skimpy
- polars>0.19.0
- polars-cli
# - duckdb
# - dbt-duckdb
- ipykernel
- jupyter
- jupyter-cache
# - quarto
# - graphviz
# - matplotlib
# - seaborn
- altair
# - vega_datasets
- d3blocks
- plotly
- ydata_profiling
- jupyter-summarytools
- scikit-learn>1.2.0
- onnxruntime
- skl2onnx
- yellowbrick
- explainerdashboard
- mlflow>2.0.0
- lifelines
- kaggle
- xgboost
- regex
- featuretools
- woodwork
- feature-engine
# Dependencies for scikit-survival that need to be installed before installing scikit-survival:
- joblib
- scipy>1.5.0
- osqp # This package needs cmake to be installed first. Use 'brew install cmake'
- scikit-survival
- prefect[viz]>=2.13.5
- lightgbm
- pycaret>=2.0.0
- tpot
- missingno
- sidetable
- miceforest
- statsmodels
- pygwalker