Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Luis Fernandez Ruiz
ScatteringImage
Commits
b4f05ba0
Commit
b4f05ba0
authored
Jul 12, 2019
by
Luis Fernandez Ruiz
Browse files
Update python_packages_required.md
parent
014f5888
Changes
1
Hide whitespace changes
Inline
Side-by-side
python_packages_required.md
View file @
b4f05ba0
# Python packages to install:
*
**numpy:**
array computing
*
**os:**
move files
*
**opencv-python:**
(cv2) image processing
*
**matplotlib.pyplot:**
plot figures
*
**sklearn:**
data mining and data analysis
*
**skimage:**
image processing and computer vision.
*
**argparse:**
makes it easy to write user-friendly command-line interfaces
*
**tensorflow:**
open source machine learning library for research and production
*
**keras:**
makes it easy to build Convolutional Neural Network
*
**csv:**
csv files treatment
*
**keras:**
makes it easy to build Convolutional Neural Network
*
**lightgbm:**
type of regression model
*
**matlab.engine:**
execute Matlab code. It is not easy to install. Follow
[
this link
](
https://www.scivision.dev/matlab-engine-callable-from-python-how-to-install-and-setup/
)
.
Pay attention if your computer is 32 or 64 bits and follow the path where the
package is installed. You have to check the path where
*Python*
is looking for the packages installed.
*
**subprocess:**
execute command line code
*
**re:**
regular expression.
*
**time:**
time measurement
*
**matplotlib.pyplot:**
plot figures. Problem to install it in GPU
*
**numpy:**
array computing
*
**opencv-python:**
(cv2) image processing
*
**os:**
move files
*
**pandas:**
dataframe treatment
*
**re:**
regular expression.
*
**shutil:**
create and delete directories
*
**
xgboost:**
type of model
*
**
lightgbm:**
type of model
*
**
sklearn:**
data mining and data analysis
*
**
skimage:**
image processing and computer vision.
*
**statsmodels.api:**
create a summary for models
*
**subprocess:**
execute command line code
*
**tensorflow:**
open source machine learning library for research and production
*
**time:**
time measurement
*
**xgboost:**
type of regression model
*
**\_\_future\_\_**
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment