User Tools

Site Tools


other:python:jyp_steps

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
other:python:jyp_steps [2023/12/15 14:16]
jypeter Added the EDA section
other:python:jyp_steps [2023/12/15 14:37]
jypeter Moved scikit-learn and scikit-image in front of lesser known libraries
Line 329: Line 329:
  
   * [[https://​www.geeksforgeeks.org/​exploratory-data-analysis-in-python/​|EDA in Python]]   * [[https://​www.geeksforgeeks.org/​exploratory-data-analysis-in-python/​|EDA in Python]]
 +
 +
 ==== Easy to use datasets ==== ==== Easy to use datasets ====
  
Line 348: Line 350:
  
   * [[https://​github.com/​xCDAT/​xcdat/​issues/​277|xCDAT test data GH discussion]]   * [[https://​github.com/​xCDAT/​xcdat/​issues/​277|xCDAT test data GH discussion]]
 +
 +
 ==== Pandas ==== ==== Pandas ====
  
Line 370: Line 374:
  
 Note: check the example in the [[https://​lectures.scientific-python.org/​packages/​statistics/​index.html|Statistics in Python]] tutorial Note: check the example in the [[https://​lectures.scientific-python.org/​packages/​statistics/​index.html|Statistics in Python]] tutorial
 +
 +
 +==== scikit-learn ====
 +
 +[[http://​scikit-learn.org/​|scikit-learn]] is a Python library for machine learning, and is one of the most widely used tools for supervised and unsupervised machine learning. Scikit–learn provides an easy-to-use,​ consistent interface to a large collection of machine learning models, as well as tools for model evaluation and data preparation
 +
 +Note: check the example in [[https://​lectures.scientific-python.org/​packages/​scikit-learn/​index.html|scikit-learn:​ machine learning in Python]]
 +
 +
 +==== scikit-image ====
 +
 +[[https://​scikit-image.org/​|scikit-image]] is a collection of algorithms for image processing in Python
 +
 +Note: check the example in [[https://​lectures.scientific-python.org/​packages/​scikit-image/​index.html|scikit-image:​ image processing]]
  
  
Line 390: Line 408:
  
 [[https://​github.com/​AutoViML/​AutoViz|AutoViz]]:​ the One-Line Automatic Data Visualization Library. Automatically Visualize any dataset, any size with a single line of code [[https://​github.com/​AutoViML/​AutoViz|AutoViz]]:​ the One-Line Automatic Data Visualization Library. Automatically Visualize any dataset, any size with a single line of code
-==== scikit-learn ==== 
- 
-[[http://​scikit-learn.org/​|scikit-learn]] is a Python library for machine learning, and is one of the most widely used tools for supervised and unsupervised machine learning. Scikit–learn provides an easy-to-use,​ consistent interface to a large collection of machine learning models, as well as tools for model evaluation and data preparation 
- 
-Note: check the example in [[https://​lectures.scientific-python.org/​packages/​scikit-learn/​index.html|scikit-learn:​ machine learning in Python]] 
-==== scikit-image ==== 
- 
-[[https://​scikit-image.org/​|scikit-image]] is a collection of algorithms for image processing in Python 
- 
-Note: check the example in [[https://​lectures.scientific-python.org/​packages/​scikit-image/​index.html|scikit-image:​ image processing]] 
  
  
other/python/jyp_steps.txt · Last modified: 2024/03/07 10:15 by jypeter