Thread Reader
Share this page!
×
Post
Share
Email
Enter URL or ID to Unroll
×
Unroll Thread
You can paste full URL like: https://x.com/threadreaderapp/status/1644127596119195649
or just the ID like: 1644127596119195649
How to get URL link on X (Twitter) App
On the Twitter thread, click on
or
icon on the bottom
Click again on
or
Share Via icon
Click on
Copy Link to Tweet
Paste it above and click "Unroll Thread"!
More info at
Twitter Help
Arsalan Ali
@arslanchaos
Data Scientist | AI-Engineer | LLM-Engineer
Subscribe
Save as PDF
Oct 6, 2022
ā¢
8 tweets
ā¢
4 min read
Ever wondered what algorithm can sum a list/array the fastest in Python? Here's a surface level overview
A Thread š§µš
#python3
#pythonic
#pythonprogramming
#programming
#Algorithms
#DataScience
First of we generated a random list of "1000000" numbers to feed all the algorithms.
This very first algorithm uses the built-in sum method. Its the easiest one to implement.
Save as PDF
Sep 16, 2022
ā¢
7 tweets
ā¢
4 min read
Here's a list of almost ~all regression models used in machine learning. Make sure to try them out.
A Thread š§µš
#MachineLearning
#regression
#codanics
#ArtificialIntelligence
#DataScience
#analysis
#DataAnalytics
#model
#algorithm
#pakdatasci