-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenvironment.yml
More file actions
83 lines (68 loc) · 1.17 KB
/
environment.yml
File metadata and controls
83 lines (68 loc) · 1.17 KB
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
name: fleet-maintenance
channels:
- conda-forge
- r
- defaults
dependencies:
# R environment
- r-base=4.3.*
# Core R packages
- r-essentials
# Data manipulation and processing
- r-dplyr
- r-tidyr
- r-readr
- r-readxl
- r-data.table
- r-purrr
- r-tibble
- r-stringr
- r-forcats
- r-janitor
# Date/Time handling
- r-lubridate
# Visualization
- r-ggplot2
- r-scales
- r-gridextra
- r-patchwork
# Machine Learning and Statistical Modeling
- r-randomforest
- r-ranger
- r-caret
- r-e1071
# Clustering and Dimensionality Reduction
- r-cluster
- r-umap
# Survival Analysis
- r-survival
- r-survminer
# Model Evaluation
- r-proc
- r-broom
# Data Exploration and Validation
- r-skimr
- r-naniar
- r-corrplot
# Interactive Dashboards
- r-shiny
- r-shinydashboard
- r-dt
- r-flexdashboard
# Formatting and Presentation
- r-formattable
- r-knitr
- r-rmarkdown
# Deployment
- r-rsconnect
# Specialty packages
- r-fmsb
- r-fastdummies
- r-waffle
# Python (optional, for hybrid workflows)
- python=3.11
- pip
# Pip-only packages
- pip:
- jupyter
- jupyterlab