Full workflow for ETL, statistics, and Machine learning modelling of (usually) time-stamped industrial facilities data.
Project description
Industrial Data Science Workflow
Industrial Data Science Workflow: full workflow for ETL, statistics, and Machine learning modelling of (usually) time-stamped industrial facilities data.
Not only applicable to monitoring quality and industrial facilities systems, the package can be applied to data manipulation, characterization and modelling of different numeric and categorical datasets to boost your work and replace tradicional tools like SAS, Minitab and Statistica software.
Check the project Github: https://github.com/marcosoares-92/IndustrialDataScienceWorkflow
Authors:
-
Marco Cesar Prado Soares, Data Scientist Specialist at Bayer (Crop Science)
-
Gabriel Fernandes Luz, Senior Data Scientist
-
If you cannot install the last version from idsw package directly from PyPI using
pip install idsw
:
- Open the terminal and:
Run:
git clone "https://github.com/marcosoares-92/IndustrialDataScienceWorkflow"
to clone all the files (you could also fork them).
- Go to the directory called idsw.
- Now, open the Python terminal and:
Navigate to the idsw folder to run:
pip install .
- You can use command
cd "...\idsw"
, providing the full idsw path to navigate to it. Alternatively, runpip install ".\*.tar.gz"
in the folder terminal.
After cloning the directory, you can also run the package without installing it:
- Copy the whole idsw folder to the working directory where your python or jupyter notebook file is saved.
- There must be an idsw folder on the python file directory.
- In your Python file:
Run the command or run a cell (Jupyter notebook) with:
from idsw import *
for importing all idsw functions without the alias idsw; or:
import idsw
to import the package with the alias idsw.
History
1.2.0
Fixed
- Deprecated structures
Added
- New functionalities added.
Reshape of project design.
- New division into modules and new names for functions and classes.
Removed
- Removed support for Python < 3.7
1.2.1
Fixed
- Setup issues.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file idsw-1.2.1.tar.gz
.
File metadata
- Download URL: idsw-1.2.1.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 51a25be45a2578cffbcaba521593308e215ccf32444b2ef2280b010b4ffeac22 |
|
MD5 | 0ebac4c963c0c8535aeea2946ecd1285 |
|
BLAKE2b-256 | 2c55a72d3e1e5a9cb7ed936a519524fd982272e12e804a28cfc71e396d53c32b |
File details
Details for the file idsw-1.2.1-py3-none-any.whl
.
File metadata
- Download URL: idsw-1.2.1-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9754e917ec964fbba1a716ec73aa501281e25ce362281fa936cd686a0119a14d |
|
MD5 | aaf6f90e7696d3e88fd7806aac299158 |
|
BLAKE2b-256 | e40255804604e527328a2f557d06d9bbb64879daaf16071b2570a599a5afbb4d |