generated from mrjx-ai/ds-project-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
001requirements.txt
68 lines (44 loc) · 1 KB
/
001requirements.txt
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
##########################
# DATA SCIENCE LIBRARIES #
##########################
# Numerical Computing
numpy
# Scientific Computing and Advanced Math
scipy
# Data Manipulation and Analysis
pandas
# Excel File Handling
openpyxl
# Excel File Reading
xlrd
# Database Interaction:
# SQL Toolkit and Object-Relational Mapping
SQLAlchemy
# Statistical Analysis:
# Statistical Modeling and Hypothesis Testing
statsmodels
# Machine Learning Algorithms
scikit-learn
# Data Visualization:
# 2D Plotting and Data Visualization
matplotlib
# Statistical Data Visualization
seaborn
# Interactive Data Visualization
plotly
# Jupyter Ecosystem:
# Jupyter Notebook Interface
notebook
# IPython Kernel for Jupyter
ipykernel
# Jupyter Notebook Conversion
nbconvert
# Exploratory Data Analysis:
# Automated EDA Reports
pandas-profiling
# Environment Variables:
# Loading Environment Variables
python-dotenv
# Other Utilities:
# YAML File Handling
pyyaml