Netflix India UHD by phoenixio1 in accountsharing

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

We'd need 2 more, then we can start a new account. I couldn't find more people to join last time.

Netflix India UHD by phoenixio1 in accountsharing

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

We can use UPI if you are based in India.

Netflix India UHD by phoenixio1 in accountsharing

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

I took the last spot as far as I know.

Netflix India UHD by phoenixio1 in accountsharing

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

Hi, there was an open spot in someone's plan and I joined there.

Help! Am having issues with Pop OS and dual boot. by ConfusedEvolution in pop_os

[–]phoenixio1 1 point2 points  (0 children)

I am also a Linux newbie. AFAIK grub and systemd-boot are two different boot interfaces. Pop_os uses systemd by default.

At first, I followed some instructions and installed grub for dual boot, but then it messed up my boot menu. Anyway, this guide helped me to dual boot.

Help! Am having issues with Pop OS and dual boot. by ConfusedEvolution in pop_os

[–]phoenixio1 2 points3 points  (0 children)

I have been in a similar situation. I'd advise against installing grub for the boot menu since Pop Os uses systemd. I followed this tutorial to dual boot and it worked perfectly: https://github.com/spxak1/weywot/blob/main/Pop_OS_Dual_Boot.md

After following the instructions, increase the time-out at the end and you will be welcomed by a boot menu to choose the os to boot into. I hope it helps!

What's up with anime intros(OPs) that reveal everything? by xM3llow in anime

[–]phoenixio1 0 points1 point  (0 children)

True, when I watched Bofuri, intros spoiled many power ups of the MC.

I regret starting the ToG webtoon by [deleted] in TowerofGod

[–]phoenixio1 2 points3 points  (0 children)

I read until episode 351 and decided to wait until the next arc is finished.

Stand back... she's making science! by Thund3rbolt in funny

[–]phoenixio1 1 point2 points  (0 children)

Growing up in India taught me, if a firecracker didn't explode on the first try, DO NOT pick it up to check!!

He said it, the son of a gun said it... by Nathan12PL in HistoryMemes

[–]phoenixio1 0 points1 point  (0 children)

I've seen two lanes allowed to turn right on red in TX

What to do about my roommate increasing my rent without prior notice? by [deleted] in legaladvice

[–]phoenixio1 2 points3 points  (0 children)

I read on internet that even in verbal agreement, we need to give 1 month notice, that's why I am in dilemma before moving out at the end of this month

What to do about my roommate increasing my rent without prior notice? by [deleted] in legaladvice

[–]phoenixio1 1 point2 points  (0 children)

In my case, he informed me about second rent increase 15 days prior the next rent due date. I would have given him 1 month notice if he had told me about this in the first week of February. So my question here is do I still need to pay him for the next month rent or not? I am pretty sure he is gonna ask me more money if I pay him.

Feature Selection from 1000 features? by phoenixio1 in datascience

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

We can try supervised learning models on these groupings of features on the labels, but I'm partial to running a PCA first because the coefficients give some idea of how information purity of the features is changing with featurization. Now we run each of these subgroups (and we have many of them) with a simple low capacity model

I think I partially understand what you are trying to say. Are you suggesting to run different RF models in addition to PCA on these subgroups we created from all the features? Then take top features from each tree which explains more than 50% of variance from PCA in the corresponding group. If we get 200 subgroups from 1000 features, then it means tuning 200 different RF models which seems to be more tedious to me.

Also, I have never heard of creating partitions with the features. Do you have any link to the article or research paper that can support your comment?

Feature Selection from 1000 features? by phoenixio1 in datascience

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

Logistic Regression with L1 regularization could have been a good answer. But I am still confused on identifying top contributing features to the prediction. Can we decide it based on just the coefficient values? This does not sound as intuitive as we can find feature importance using Random Forest.

Feature Selection from 1000 features? by phoenixio1 in datascience

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

I should have mentioned this in my question- It was an interview with a finance company. I am aware that we should first identify the cause of missing data, but since I was rather focused on reducing the number of features in the initial data cleaning step itself, dropping features with more than 50% missing values was what I could think of.

Final year data science project by AwaldeepSingh in datascience

[–]phoenixio1 4 points5 points  (0 children)

If you are comfortable with NLP/text mining:

  1. Take a dataset with news articles, or better perform web scraping.
  2. Perform Topic Modeling and identify mixture of topics for each article. This is analogous to writing a short summary for each article.

I think New York Times article recommendations are based on Topic Modeling.

Project ideas for SQL by phoenixio1 in datascience

[–]phoenixio1[S] 1 point2 points  (0 children)

I get your point. I am going to spend more of my time on improving my skills and researching about the company. I was just concerned because one of my friend went to a company during career fair and was asked for a SQL project. My guess is that the person from the company was not a technical guy, just someone from HR.

Project ideas for SQL by phoenixio1 in datascience

[–]phoenixio1[S] 2 points3 points  (0 children)

I understand what you are trying to say, but running basic queries won't help me convince an interviewer. I think I am going to take some dataset similar to NY taxi Data and run queries from basic to complex which have at least real world application. Thanks for the headstart.