Best Resources to kickstart your Data science Journey
https://medium.com/@mahendragundeti/best-resources-to-kickstart-your-data-science-journey-d247f2de774c
https://medium.com/@mahendragundeti/best-resources-to-kickstart-your-data-science-journey-d247f2de774c
Medium
Best Resources to kickstart your Data science Journey
This blog contains resources as well as links of them to get a head start your Data Science journey.
XGBOOST ALGORITHM FOR CLASSIFICATION
https://slowandsteadybrain.medium.com/xgboost-algorithm-for-classification-634efeab1a1c
https://slowandsteadybrain.medium.com/xgboost-algorithm-for-classification-634efeab1a1c
Medium
XGBOOST ALGORITHM FOR CLASSIFICATION
Extreme gradient boosting is often seen as being more accurate than logistic regression and many other classification algorithms. The…
Standard market methods for optimizing the cryptocurrency portfolio.
https://medium.com/@zmey56/standard-market-methods-for-optimizing-the-cryptocurrency-portfolio-9b0fcdce1b11
https://medium.com/@zmey56/standard-market-methods-for-optimizing-the-cryptocurrency-portfolio-9b0fcdce1b11
Medium
Standard market methods for optimizing the cryptocurrency portfolio.
For a long time I have been engaged in the formation of portfolios for clients consisting of stocks and ETFs. I stayed away from the…
Analyzing and Plotting NFL Data with nflfastpy and Plotly
https://towardsdatascience.com/analyzing-and-plotting-nfl-data-with-nflfastpy-and-plotly-a170a09cad6
https://towardsdatascience.com/analyzing-and-plotting-nfl-data-with-nflfastpy-and-plotly-a170a09cad6
Medium
Analyzing and Plotting NFL Data with nflfastpy and Plotly
Create visualizations from NFL play-by-play data using nflfastpy
leetcode 581. Shortest Unsorted Continuous Subarray(python)
https://juejin.cn/post/7096652416338264094
https://juejin.cn/post/7096652416338264094
juejin.cn
leetcode 581. Shortest Unsorted Continuous Subarray(python) - 掘金
leetcode 581. Shortest Unsorted Continuous Subarray(python)使用类似双指针的方法解题
You Need To Use This Python Tool In Every Project
https://preettheman.medium.com/you-need-to-use-this-python-tool-in-every-project-46328f00c0d6
https://preettheman.medium.com/you-need-to-use-this-python-tool-in-every-project-46328f00c0d6
Medium
You Need To Use This Python Tool In Every Project
Welcome back! Python is an awesome programming language with a ton of capability, if you’re new to Python, check out the link below to…
Chapter 24 — Logical And Physical Lines In Python
https://cherhinchong.medium.com/chapter-24-logical-and-physical-lines-in-python-4b42491a7b17
https://cherhinchong.medium.com/chapter-24-logical-and-physical-lines-in-python-4b42491a7b17
Medium
Chapter 24 — Logical And Physical Lines In Python
Python Programming Made Easy
Модульные тесты для DAG в Apache Airflow: примеры и лучшие практики
https://medium.com/@bigdataschool/%D0%BC%D0%BE%D0%B4%D1%83%D0%BB%D1%8C%D0%BD%D1%8B%D0%B5-%D1%82%D0%B5%D1%81%D1%82%D1%8B-%D0%B4%D0%BB%D1%8F-dag-%D0%B2-apache-airflow-%D0%BF%D1%80%D0%B8%D0%BC%D0%B5%D1%80%D1%8B-%D0%B8-%D0%BB%D1%83%D1%87%D1%88%D0%B8%D0%B5-%D0%BF%D1%80%D0%B0%D0%BA%D1%82%D0%B8%D0%BA%D0%B8-98ae7961359e
https://medium.com/@bigdataschool/%D0%BC%D0%BE%D0%B4%D1%83%D0%BB%D1%8C%D0%BD%D1%8B%D0%B5-%D1%82%D0%B5%D1%81%D1%82%D1%8B-%D0%B4%D0%BB%D1%8F-dag-%D0%B2-apache-airflow-%D0%BF%D1%80%D0%B8%D0%BC%D0%B5%D1%80%D1%8B-%D0%B8-%D0%BB%D1%83%D1%87%D1%88%D0%B8%D0%B5-%D0%BF%D1%80%D0%B0%D0%BA%D1%82%D0%B8%D0%BA%D0%B8-98ae7961359e
Medium
Модульные тесты для DAG в Apache Airflow: примеры и лучшие практики
Благодаря возможности написать собственный Python-код для операторов и задач DAG’ов, Apache Airflow позволяет разработчикам Data Flow и инженерам данных создавать сложные и эффективные конвейеры…
Imputing Missing Data with Simple and Advanced Techniques
https://towardsdatascience.com/imputing-missing-data-with-simple-and-advanced-techniques-f5c7b157fb87
https://towardsdatascience.com/imputing-missing-data-with-simple-and-advanced-techniques-f5c7b157fb87
Medium
Imputing Missing Data with Simple and Advanced Techniques
A tutorial on mean, mode, time series, KNN, and MICE imputation
Python技法:实用运维脚本编写(进程/文件/目录操作) - orion-orion
https://www.cnblogs.com/orion-orion/p/16262419.html#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
https://www.cnblogs.com/orion-orion/p/16262419.html#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
Cnblogs
Python技法:实用运维脚本编写(进程/文件/目录操作) - orion-orion - 博客园
Python在很大程度上可以对shell脚本进行替代。笔者一般单行命令用shell,复杂点的多行操作就直接用Python了。这篇文章就归纳一下Python的一些实用脚本操作。我们想要和文件名称和路径打
Designing My First Trading Algorithm For Crypto Bot
https://medium.com/coinmonks/designing-my-first-trading-algorithm-design-dabfee677dc6
https://medium.com/coinmonks/designing-my-first-trading-algorithm-design-dabfee677dc6
Medium
Designing My First Trading Algorithm For Crypto Bot
I am designing my very first algorithm for a trading bot that will power an automated coinbasepro trading bot.