Streamlit Python Tips— How to avoid your app from rerunning on every widget click?
https://medium.com/@avra42/streamlit-python-tips-how-to-avoid-your-app-from-rerunning-on-every-widget-click-cae99c5189eb
https://medium.com/@avra42/streamlit-python-tips-how-to-avoid-your-app-from-rerunning-on-every-widget-click-cae99c5189eb
Medium
Streamlit Python Tips— How to avoid your app from rerunning on every widget click?
If you have been using Streamlit to build your data science or machine learning web application, probably you are already aware of this…
Fast Docker Builds With Caching (Not Only) For Python
https://towardsdatascience.com/fast-docker-builds-with-caching-for-python-533ddc3b0057
https://towardsdatascience.com/fast-docker-builds-with-caching-for-python-533ddc3b0057
Medium
Fast Docker Builds With Caching (Not Only) For Python
Build in Docker takes long? Limited cache in CI/CD? Temporary credentials? And have you heard about about the new BuildKit caching…
SQL->Python->PySpark计算KS,AUC及PSI - _Insomnia
http://www.cnblogs.com/insomniaM/p/modeleval1.html#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
http://www.cnblogs.com/insomniaM/p/modeleval1.html#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
Cnblogs
SQL->Python->PySpark计算KS,AUC及PSI - _Insomnia - 博客园
KS,AUC 和 PSI 是风控算法中最常计算的几个指标,本文记录了多种工具计算这些指标的方法。 生成本文的测试数据: import pandas as pd import numpy as np i
From a simple face mask detector project to a robust surveillance system
https://bogdanandreig.medium.com/from-a-simple-face-mask-detector-project-to-a-robust-surveillance-system-f368043fee85
https://bogdanandreig.medium.com/from-a-simple-face-mask-detector-project-to-a-robust-surveillance-system-f368043fee85
Medium
From a simple Covid-19 mask detector to a complete surveillance system
These days we see a lot of Deep Learning projects for face mask detection but what about integrating them into a real product?
Templates& do while loop in python
https://medium.com/@jibbranali1997/templates-do-while-loop-in-python-bee36018003d
https://medium.com/@jibbranali1997/templates-do-while-loop-in-python-bee36018003d
Medium
Templates& do while loop in python
Template in python .
How to Use Artificial Intelligence Markup Language (AIML) in Chatbot Development With Python?
https://ongraphtech.medium.com/how-to-use-artificial-intelligence-markup-language-aiml-in-chatbot-development-with-python-1404a6934abb
https://ongraphtech.medium.com/how-to-use-artificial-intelligence-markup-language-aiml-in-chatbot-development-with-python-1404a6934abb
Medium
How to Use Artificial Intelligence Markup Language (AIML) in Chatbot Development With Python?
AIML is a simple XML or HTML-like language that uses standard and extensible tags to identify text for interpretation by an AIML…
Leverage private packages when training and deploying models
https://laurafrolich.medium.com/leverage-private-packages-when-training-and-deploying-models-47c0076bfd34
https://laurafrolich.medium.com/leverage-private-packages-when-training-and-deploying-models-47c0076bfd34
Medium
Leverage private packages when training and deploying models
This is part of a related set of posts describing challenges I have encountered and things I have learned on my MLOps journey on Azure. The…