Regression in the face of messy outliers? Try Huber regressor
https://towardsdatascience.com/regression-in-the-face-of-messy-outliers-try-huber-regressor-3a54ddc12516
https://towardsdatascience.com/regression-in-the-face-of-messy-outliers-try-huber-regressor-3a54ddc12516
Medium
Regression in the face of messy outliers? Try Huber regressor
Outliers in the data are ubiquitous, and they can mess up your regression problem. Try Hubber regressor to tackle this problem.
6 Concepts To Master When Dockerizing Python Applications
https://betterprogramming.pub/6-concepts-to-master-when-dockerizing-python-applications-e5f5a6a87845
https://betterprogramming.pub/6-concepts-to-master-when-dockerizing-python-applications-e5f5a6a87845
Medium
6 Concepts To Master When Dockerizing Python Applications
Image variants, incremental build, internal cache, etc.
Similarity search by using locality-sensitive hashing: the beginner’s guide
https://medium.com/@acheron.igor.b/similarity-search-by-using-locality-sensitive-hashing-the-beginners-guide-c7809e1c1858
https://medium.com/@acheron.igor.b/similarity-search-by-using-locality-sensitive-hashing-the-beginners-guide-c7809e1c1858
Medium
Similarity search by using locality-sensitive hashing: the beginner’s guide
This article focuses on simple explanation of locality-sensitive hashing algorithms as solution of similarity search tasks
Python常用的数据文件存储的4种格式(txt/json/csv/excel)及操作Excel相关的第三方库(xlrd/xlwt/pandas/openpyxl)(2021最新版) - 南柯树下
http://www.cnblogs.com/makerchen/p/15509781.html#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
http://www.cnblogs.com/makerchen/p/15509781.html#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
Cnblogs
Python常用的数据文件存储的4种格式(txt/json/csv/excel)及操作Excel相关的第三方库(xlrd/xlwt/pandas/openpyxl)(2021最新版) - 南柯树下 - 博客园
详解数据文件存储的各种方式,包括txt、json和csv以及excel格式,还有进行Excel数据写入与读取的第三方库(xlrd/xlwt/pandas/openpyxl)
Why Unittest is better than Pytest for testing Django applications.
https://medium.com/@vertliba.vv/why-unittest-is-better-than-pytest-for-testing-django-applications-9533a57d0af0
https://medium.com/@vertliba.vv/why-unittest-is-better-than-pytest-for-testing-django-applications-9533a57d0af0
Medium
Why Unittest is better than Pytest for testing Django applications.
A detailed overview of the benefits of each framework and my experience of getting the most out of both.
Solve Lock screen button doesn’t work in Cent OS
https://vovaprivalov.medium.com/solve-lock-screen-button-doesnt-work-in-cent-os-7f9ea0a64845
https://vovaprivalov.medium.com/solve-lock-screen-button-doesnt-work-in-cent-os-7f9ea0a64845
Medium
Solve Lock screen button doesn’t work in Cent OS
Sometimes unexpected and strange problems arise when you start using new operating system and know very little about it. Here I will tell…
How variables are saved in Python and Rust. Side by Side 1: float
https://medium.com/geekculture/how-variables-are-saved-in-python-and-rust-side-by-side-1-float-e2e3eace7302
https://medium.com/geekculture/how-variables-are-saved-in-python-and-rust-side-by-side-1-float-e2e3eace7302
Medium
How variables are saved in Python and Rust. Side by Side 1: float
Series article to show how variables work in Python and Rust. Give us a better understanding of both languages. This is 1st article about…
AttributeError: 'Settings' object has no attribute 'HBase'
https://segmentfault.com/a/1190000040913319
https://segmentfault.com/a/1190000040913319
SegmentFault 思否
AttributeError: 'Settings' object has no attribute 'HBase'
django 自定义配置报错: AttributeError: 'Settings' object has no attribute 'HBase'
Polymorphism in Python: Probability Analysis
https://towardsdatascience.com/polymorphism-in-python-probability-analysis-dc57727d90c8
https://towardsdatascience.com/polymorphism-in-python-probability-analysis-dc57727d90c8
Medium
Polymorphism in Python: Probability Analysis
Object-oriented programming using Python
Install openCV — Python on Windows 10
https://medium.com/@naveendrarashmika/install-opencv-python-on-windows-10-c0fe20a101f
https://medium.com/@naveendrarashmika/install-opencv-python-on-windows-10-c0fe20a101f
Medium
Install openCV — Python on Windows 10
In this blog, installing openCV (for Python) on Windows 10 is discussed. Installation of openCV is done with using pip commands in Windows…
A Simple Trick to Understand the t-test
https://miroslavtushev.medium.com/a-simple-trick-to-understand-the-t-test-2c2a9e7f1dc5
https://miroslavtushev.medium.com/a-simple-trick-to-understand-the-t-test-2c2a9e7f1dc5
Medium
A Simple Trick to Understand the t-test
The t-test is a statistical test to compare the means of two groups. It is one of the most common techniques to check if two groups come…