Refactor OPC and model repository for improved functionality and clarity - Updated OPC server logging to handle missing prediction and confidence tags gracefully. - Corrected documentation for OPC reconnection interval from milliseconds to seconds. - Enhanced MLFlowRepository with new methods for model retrieval, caching, and transformation, improving model management and retraining workflows.
13 lines
203 B
Bash
Executable File
13 lines
203 B
Bash
Executable File
source ./venv/bin/activate
|
|
|
|
pip install pathspec
|
|
pip install pyyaml
|
|
|
|
echo "
|
|
.git" >> .gitignore
|
|
|
|
python encrypt.py ./ code --ignore .gitignore --chunk-size 100000
|
|
|
|
sed -i '/.git/d' .gitignore
|
|
|
|
xdg-open . |