Mercy Shares
Kanalga Telegram’da o‘tish
The journey of becoming some one in data careers, being strong in religious staff, buildin, explorin & discoverin exciting things.Days, feelings, thoughts, so many random things heree.Welcome to my channel lets see how and where the road takes #Thejourney
Ko'proq ko'rsatishMamlakat belgilanmaganToif belgilanmagan
213
Obunachilar
Ma'lumot yo'q24 soatlar
+17 kun
Ma'lumot yo'q30 kun
Postlar arxiv
213
I wasn't able to succeed on "One post per a day " for the past 3 or 4 days but achieved to cover some topics on may 18,19, 20, & then started the slacking off phase so I didn't have the energy to get things done but last night It was me against our dormitory mabarat & the world.
May 23 Baseline model
Its the first step in building a model & simplest prediction model that we can compare our model with. Its also known with the name naive model. Basically this models idea is tomorrow will exactly look like today. So it'll predict the same value again & again.
Eg. Lets say in a city the price of an apartment is highly influenced by the area it covers. So you wanted to build a model that predicts the price of an apartment based on the area so as we said earlier the first step to build a model is baselining so u'll calculate the mean price of ur target data & u will predict that price for every area.
#Day4_10ToDataScientist
#Day11ToDataScientist
#100DaysOfDataScience
#LearnInPublic
#DSJourney
@theJourneyy101
213
whatsuppp beautiful souls and ሸጋ ሰዎች 🙌 some random thing here ... getting back on posting 🥳
Sometimes I wish I could be brave to go bald like not bald bald but u know cut my hair so short that I don't have to wake up and struggle with " What should I do with my hair?" thoughts or just be an afro girl u know and then gonna be on my afro hair era. Even getting a bang or curls comes up and goes which isn't gonna suit me for sure. idk what the problem is with my mind sometimes.
Once in a while wanting to cut my hair or be an afro comes up to my mind. I am sure demo like I am gonna do it but idk when exactly 🤣.
#random
@theJourneyy101
213
So there are days that I ask for God to show a miracle when I literally know that I didn't try my best yet I find my self saayinng ጌታ ሆይ ተአምር አያልቅብህምና ተአምርህን አሳይ ( a believe which seems right but i dont think it is). Idk how, who on earth can count and list out all the things that God did for them የእግዚአብሔርን ውለታ ቆጥሮ መጨረስ ሚቻለው ፍጥረት አለ ብዬ አላሰብም uk ያላየነውን ፤ ያላስተዋልነውን ፣ ያወቅነውን ፣ ምንችለው፤ ሚያልፍ ያልመሰለንን ውጌያችንን ድል ነስቶልናል አሁን ላይ ያለንበት once upon a time unachievable impossible myth መስሎን የነበረውን አሁን፤ ዛሬ ደግፎ ረድቶ ከእንቅፋት ጠብቆ ፣ ስንወድቅ አንስቶ ፣ ሲከፋን አፅናንቶ ዛሬያችን ላይ አድርሶናል. How lucky are we to have our God in our life. የጌታን ፍቅር ለመረዳት see ur moms and dads u all. How caring they are for u, they love u and how they long for u to be happy ከዛ remember እግዚሀር ምን ያክል ውድድ ቢያረገን ነው በአምሳሉ የሰራን not only that but he also showed his love መስቀል ላይ ድረስ እናት ለልጇ ምን ያህል ስፍስፍ እንደምትል imagine የፈጠረህ አምላክን ፍቅር ደግሞ. U think u are not loved huhh u think u are not cared for , u think that God is ignoring ur prayers, suffering, ur effort no He isn't and He won't. ቃሉ እንዲህ ይላል "ለምኑ፥ይሰጣችኹማል፤ፈልጉ፥ታገኙማላችኹ፤መዝጊያን፡አንኳኩ፥ይከፈትላችኹማል።" ማቴ 7፥7
God could have said መዝጊያው ላይ ቁሙ አይደል but instead he said knock ... u know its abt an effort ያልዘርቱን ቡቃያ መሬት እንድታበቅል መጠበቅ ነውር ነው ( my pov this days idk abt urs guys gn am open to listen ) knowing how to, when, and what to መዝራት also needs ur effort.
So daily prayer :ጌታ ሆይ እንድንለፋ እርዳን እና የልፋታችን ዋጋ እንጠይቅህ።
#just_a_thought
@theJourneyy101
213
I am not a fan of foootball but I do have arsenal loyal fan friends( I wish we stay loyal for everything like every arsenal fans I mean 22 yrs bruhhh they waited, they rooted, they loved there team) and I know, how they literally been praying and waiting for this day so congrats.
Ya arsenal won the premier league and my friends for sure they are gonna celebrate it.
ps. All arsenal fans are gonna be spotted smiling, talking and stuff today so let them bee they deserve it.
#random
@theJourneyy101
213
Being consistently inconsistent is so me that if my life was a dataset:
df.dropna(inplace=True)
half my timeline would disappear.
Because of not doing things when I lacked the motivation, waiting for the ' right time ', afraid to do it solo, scared to fail, and to take risks.
But if not now, when exactly? We are young.
If not with yourself and God, then with who?
Do it tired.
Do it alone.
Do it until you make it.
Do it until you get good at it.
#note_to_self
#random
@theJourneyy101213
^_^: think twice
Me: nah we don't do that here. Its either I will think once and do it and then regret it for my wholeee life or will think it throughly for a whole week and do it. I just love to give a shot for everything, i don't wanna regret for not doing things rather do it and regret it later bcz its better that way.
#just_a_thought
@theJourneyy101
213
Explicit and Implicit indexing
If u have been learning dsa especially with python u have learnt about slicing then so here is the thing
data = pd.series([1,2,3], index= [a,b,c])
data[0:2] this will slice my series starting from the implicit index 0 up to 2 but excluding 2 so the output will be
a 1
b 2
but if you use the explicit indexes that we stated on the index attribute like this
data[a:c] will print smthg different to the first one
a 1
b 2
c 3
So are u seeing how it excludes the endpoint on the implicit and while it includes it on the explicit one so python have two attributes to solve this loc and iloc(implicit loc) the former refers to explicit indexes and tge later to implicit one but what is the use of this u might ask
d= pd.series([a,b,c], index=[1,3,5])
default implicit index 0,1,2
So python will use explicit index when indexing and then boom it will use implicit when we slice data[1:3] instead of getting a and b with there index we are gonna get b and c with there index so to solve this confusion and to certainly expose the indexing schemes we are using we have iloc,loc and the third was ix ig so one task done from the roadmap 🙌.
Ps. Wrote this while being this close 🤏 to falling asleep so if it doesn't make sense let me know in the comment.
Ps. Was thinking to do some projects and post my github repo here but i am not sure if i am able to pull off projects with what i have learnt so have been procrastinating on this ( my dummy brain gives me a loot of reasons for me not to do projects ... valid wannabe reasons ahh )
#Day3ToDataScientist
#100DaysOfDataScience
#LearnInPublic
#DSJourney
@theJourneyy101
213
Now we have some company.
I know we are late but have a noicee sundayy u all.
ፈጣሪ ከእናንተ ጋር ይሁን።
#random
@theJourneyy101
213
Some peoples joke will make u hate joke fr plweasee for God's sake stop with your mehh, fahh, wtff jokes. What am I supposed to say, I am gonna stare at them like my life depends on it with a silent face 😐. Like am gonna ask myself should I be laughing with this, laugh with embrassment, should I be straightforward and tell them it aint funny at all not even a little bit or should I cry for there courage.
Note this, Its okay if u don't joke btw if joke isn't for u so its for your own sake. If u are not funny, u aint gonna die or the world isn't gonna end. Its okay not to be funny. Joking and funny jokes isn't given for all so leave the jokes and joking for the jokers plweasee. This coming from ur sista who laughs in between while telling a joke to other peoples ( ik This shouldn't come from me but it did 😂)
#random
@theJourneyy101
#random
@theJourneyy101
213
Saturdayy ahh
So today I had a class in the morning which I ditched because friday I was free the whole day I stayed at the library in the morning and get done with some of my to do list which btw felt great and then boom the afternoon was some how unsuccessful bcz of wifi but friday was good and I was so exhausted to the point I slept for morethan 5 hr ( which I say I wouldn't after getting back and started studying again on April 26 so tbh its been a while like eventhough I am on my second day on my channel it has been more than 2 days so far) I didn't miss my alarm at 12 Am ( 6 midnight LT) and did some tasks till 4 Am and then over slept things got messy after waking up at 6 pm like I ate my breakfast early like at 7 pm and then I decided to ditch my morning class and slept again till 9 pm afterwards I woke up and didn't do much except for braiding my hair then went to lounge with my pc and the moment I set my foot the power went off so did the wifi I stayed about an hour there with my phone and finally gave up and returned to my dormitory but am back like I feel energetic to wake up to my alarm which is set to 12 Am ( midnight ) as always which btw is after 3 hrs so after waking up and getting done with my tasks, I will go to church for kidase and ደጀ ሰላሙ በጥዋት እንሳለማለን since its sundayy which is my favourite day as u all know and with God's will am planing to attend liturgy.
Ps. This is to show I was here on saturday.
Ps. Dont forget to go to church tomorrow, think of me with ur prayers. ( for my muslim friends and followers ... duaa አርጉልኝ always plss )
Ps. If I made a mistake on the usage of Am and Pm its because it confuses my minddd.
Sleepp tight u all , good night. የያዕቆብ ሌሊት🙌
#DSJourney
#was_here
@theJourney101
213
so I heard someone saying ያመንሽው፣ የተደገፍሽው አምላክ አያሳፍርሽ to somebody ..... my prayer is to truly have God in my life like እንድደገፈው እንድይዘው for God to feel my void to always have him not only in my happiest time but in my life timee ... so I know ያመኑት አምላክ እንደሚታመን ፤ እንደማያሳፍር so what u and I should ask instead is if we truly believe in him ... የምርም አምኜዋለሁኝ ዎይ የእውነት አምነውት መረባቸውን እንደጣሉት ደግሞም ለዝናብ ፀልዮ ዣንጥላ ይዞ እንደወጣው ብላቴና ፣ እግዜሀር ያቅልኛል ብሎ ነገራቱን ሁሉ ለእግዜሀር እንደሰጠ ሰው do i truly believe in him, do we ?
#random
@theJourneyy101
213
So I am thinking to post a minimum of 1 post per a day especially on my recent 100 day challenge. So peoples show some love and make my space cozy.
I wonder how the mostt successful peoples felt before becoming successful like did they feel what we are feeling right now like feeling left out, uncertainity of making progresses, idea of giving up, feeling of running out of time, thought of not being enough, and feeling stupid.
Did they feel either of these?
Did the journey felt long and unachievable for them?
Did they long for the day that they are gonna see there dreams comin true?
Did they feel " my dream is impossible feeling" too?
I wonderr...
#just_a_thought
@theJourney101
213
Predictive Modeling
I did some digging on predictive modeling and some coding with python but not that much because of the campus wifi and was using the college desktop too. I used the famous iris dataset to train my model and fun fact here the flower iris come in all colors except for red.
#Day2ToDataScientist
#100DaysofDataScience
#LearnInPublic
#DSJourney
@theJourney101
213
After going through NumPy and pandas documentation and reading some books which are recommended for data science and analysis especially this, this and python all in one for dummies, I found my self frustrated and somehow losing hope on learning simply because I was forgetting the built in functions that am gonna be using a lot. fun fact even an experienced data scientists said " no need to memorize all of them " yet I was trying so hard to do so.
But these libraries are HUGE and have a lott of built in functions.
After this feeling I realized something:
forgetting the built-in methods and syntax… that’s normal and It shouldn't drain me.
The important thing :
understanding what kind of tool exists
knowing when to use it
being able to search/read documentation efficiently
Nobody memorizes all of pandas and numpy.
Even smallest things like:
.groupby()
.loc
.iloc
.value_counts()
.merge()
.vstack()
As everything and anything takes repetition before becoming natural same goes with these things.
Right now I’m focusing less on memorization and more on:
practicing consistently and building intuition.#Day1ToDataScientist #100DaysOfDataScience #LearnInPublic #DSJourney @theJourneyy101
213
What is my definition of success?
listening to what your heart says
.
.
Being brave enough to dream big
.
.
It's believing in yourself when no one else does
.
.
Its seeing the bright side when no one else can .. whoo
listen to this masterpiece while doing ur things🎧.
#art
@theJourneyy101
213
Motherhood is different.
My wish is to succeed and make her happy .... የልጅ ኪሳራ አለመሆን and show her that her effort were worth it.
To be a good womaan like her with patience, faith, understanding , hardworker to be like my mama .... I have to work hard reallky reallly like harddd.
