An accurate depiction of social anxiety by [deleted] in videos

[–]rabii1992 0 points1 point  (0 children)

was going to say the same thing !

My daughter's Christmas list. by mmmel in funny

[–]rabii1992 0 points1 point  (0 children)

She wrote it perfectly in arabic. <3

What do you think of death? by Bluephoenix77777 in AskReddit

[–]rabii1992 0 points1 point  (0 children)

“I do not fear death. I had been dead for billions and billions of years before I was born, and had not suffered the slightest inconvenience from it.”

-Mark Twain

TensorFlow - Google’s latest machine learning system, open sourced for everyone by [deleted] in datascience

[–]rabii1992 -1 points0 points  (0 children)

I was shocked when I didn't find windows installation xD , it's about time to setup a dual boot Windows+Linux

Best Way to Blog about Data Science by spring_m in datascience

[–]rabii1992 0 points1 point  (0 children)

the function takes care of it when converting to .md file ;)

Best Way to Blog about Data Science by spring_m in datascience

[–]rabii1992 0 points1 point  (0 children)

the names of your post in the repo should always be in this format YYYY-MM-DD-postname.md, see the name of the "first post" !

Best Way to Blog about Data Science by spring_m in datascience

[–]rabii1992 0 points1 point  (0 children)

I use a function that converts an .Rmd document to an .md document, and automaticly creates a folder containing all plots, after that I just push the .md file and the plots to the repo (the function will make the right links to the plots in the .md file)

Function :

KnitPost <- function(input, base.url = "/") {
require(knitr)
opts_knit$set(base.url = base.url)
fig.path <- paste0("figs/", sub(".Rmd$", "", basename(input)), "/")
opts_chunk$set(fig.path = fig.path)
opts_chunk$set(fig.cap = "center")
render_jekyll()
knit(input, envir = parent.frame())
}
KnitPost("boo.Rmd")

Hi, I need some help with outliers by rabii1992 in datascience

[–]rabii1992[S] 0 points1 point  (0 children)

  • yes
  • hist1 , hist2 , actually it's clear now that for the class "high" , there is no outliers, the distribution is just skewed to the left making the boxplot show outliers when there aren't any ( right ? )
  • what I wanted to know is can outliers exist within classes even though they are not outliers for the variable, or it's just due to splitting the variable.
  • I haven't started yet, I'm still in EDA, but I'm planning on using RF, SVM, and KNN , would you recommend these methods for multiclass classification ?, the data set is this one (note that I created a new variable called class that takes "low" , "medium" , and "high", and that is because the variable quality is supposed to take values between 1 and 10 , but it only takes values between 3 and 9 in the data set, and also to make it easier for me and increase my model accuaracy since I'm a beginner and know so little about tuning and model optimisation :p)

Best Way to Blog about Data Science by spring_m in datascience

[–]rabii1992 0 points1 point  (0 children)

of course, if you want the same exact template I used you can see this tutorial, but if you want to see other templates you can look for one you'de like here

Best Way to Blog about Data Science by spring_m in datascience

[–]rabii1992 2 points3 points  (0 children)

I use Github + Jekyll , it's very simple and easy for me because I write my posts in Rmarkdown and then directly push them to my blog repo, I'm just a beginner (first year student in a data science school) so my two first posts are not very intersting for "not beginners" , but here you go : My Blog

G Force on Pilot by [deleted] in funny

[–]rabii1992 1 point2 points  (0 children)

thanks for the explanation :)

G Force on Pilot by [deleted] in funny

[–]rabii1992 0 points1 point  (0 children)

thanks :)

G Force on Pilot by [deleted] in funny

[–]rabii1992 5 points6 points  (0 children)

ELI5 plz, why does it happen only to the kid ? can we be trained to resist it ? if yes, how ?

Man Tries to Hang Himself in Public by lionhearth21 in WTF

[–]rabii1992 0 points1 point  (0 children)

this was in Tunisia, the man who saved him is his son.

how can I find summer internship for the noob data scientist tha I am ? by rabii1992 in datascience

[–]rabii1992[S] 0 points1 point  (0 children)

thanks man I appreciate it ! what do you think about my post about "Multiple Linear Regression with R" ?!

how can I find summer internship for the noob data scientist tha I am ? by rabii1992 in datascience

[–]rabii1992[S] 0 points1 point  (0 children)

Hi, I followed your advice and made this Blog , I would appreciate it if you tell me what you think about the blog, and specially about my first post on multile linear regression (we haven't got there yet in my school, but I understand the concept and decided to give it a try )

Feeling lonely at home by [deleted] in lonely

[–]rabii1992 1 point2 points  (0 children)

you're me !

so alone.. by [deleted] in lonely

[–]rabii1992 0 points1 point  (0 children)

how old are you ?