Sabitlenmiş Tweet
Umer Arif
136 posts

Umer Arif
@UDadabhoy
Programmer, Financial n Technical knowledge. Python, Django, SQL, Bootstrap, HTML, JavaScript, Pandas.
Katılım Temmuz 2015
3.4K Takip Edilen204 Takipçiler

Writing #SQL is integral part whether you are developing #webapp or working on #DataScience , sql-practice.com , provides a really practical way to learn from basics or to keep your skills sharp in between projects
sql-practice.com
English

I completed Technical Support Fundamentals! Check out my certificate coursera.org/share/5142e4ca… #Coursera
English

@UDadabhoy @Alshaikh2 Thank you for your kind sentiments and telling the truth🤝🏻🌹❤️
English

#recursion
recursive func always get to the last call, and start evaluating and finalizing from the last one to first one because func call stops the caller from continuing to execute its code and instead makes program execute inside callee.
Read more: stackoverflow.com/questions/4602…
English

Career Update: Started my first full time job at @Microsoft
#SoftwareEngineer #womenintech #Microsoft

English

My model scored 0.744 , highest 0.801
#kaggle - kaggle.com/competitions/a…
English

#BigData my 2cents:
7- hopefully this will speed up fast enough , for further faster #processing further you can use
import #modin.pandas as pd
this will implement #multithreading , #careful it can slow down many tasks as well, also #some #code #does not like it
English

#BigData my 2cents:
5-#memory is very important
try to find #correlation of each #feature with #target, #drop #insignificant #features #correlation < n
#pandas
dataframe.corr()
handy method to #calculate #correlations, this will reduce data
English

#BigData my 2cents:
4-#encode #categorical #values
#sklearn #label_encoder for #target
.replace(val1, with_val1x) only if straight forward like two with 2, #otherwise it will introduce #error C to 1 , D to 2
none higher or lower than the other
English



