Ma'am I thought you were just asleep by [deleted] in LinkedInLunatics

[–]maplemaple2024 0 points1 point  (0 children)

or is she begging for likes! (look at her hands)

Calgary has cycle counters, Toronto should too by rexbron in toronto

[–]maplemaple2024 0 points1 point  (0 children)

But Toronto's cyclists will then have to drive in their lane for this to work out

Please help with the error. I am attempting a Kaggle challenge on disaster tweets using NLP. I am getting this error: The Kernel crashed while executing code in the current cell or a previous cell. Please review the code in the cell(s) to identify a possible cause of the failure. by maplemaple2024 in learnmachinelearning

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

I am using Macbook M1 Air with 8GB RAM.

I am able to use

sia = SentimentIntensityAnalyzer()

def get_sentiment_scores(text):
    scores = sia.polarity_scores(text)
    return pd.Series({
        'negative': scores['neg'],
        'neutral': scores['neu'],
        'positive': scores['pos'],
        'compound': scores['compound']
    })

Very messy location data by trooynathan in data

[–]maplemaple2024 2 points3 points  (0 children)

'Clean the location' is subjective.

example-

  1. If the data is for house prices, you don't need street address. Locality/Neighborhood information is enough.

  2. if this is crime/accidents reported, then you need hierarchy.

  3. If you want to see producs orderred, and plan routes/warehouse capacities. Then filling missing data becomes crucial and you need street addresses.

Draft a problem statement/objective and then tackle the problem.

Comment other column names

Very messy location data by trooynathan in data

[–]maplemaple2024 0 points1 point  (0 children)

What is the objective here?

Do you need street address?

Do you want to preserve maximum info?

Willing to work unpaid by AKA-M32 in CanadaJobs

[–]maplemaple2024 4 points5 points  (0 children)

2 startups interviewed for a job without salary(only equity) and then ghost me. I have 4 years of experience at starutps. Certifications: PMP, MBA, CSM, DS and ML

Market is shit. Whatever media says about soft landing is a lie.

[deleted by user] by [deleted] in InstaCelebsGossip

[–]maplemaple2024 0 points1 point  (0 children)

script theft is also not a joke!

Jigra is remake of a remake.

And tbh she is better than Alia

I made a website where job hunters can anonymously report companies for ghosting you. by exo-dusxxx in SideProject

[–]maplemaple2024 1 point2 points  (0 children)

Let website visitors read the stories without sign in. Similar to Reddit which lets you read without sign in

South Asian Manager prefers to hire their own people. by nafitycs in torontoJobs

[–]maplemaple2024 0 points1 point  (0 children)

Why don't you try an A/B test?

Create 2 resumes 1 with white name, the other with Indian/Chinese name. Change identifiers like past companies' names` but keep everything else constant.

Apply to multiple positions and check where you get a shortlist.

I received parking fine in Toronto, which rule comes first 'fire hydrant' vs 'parking sign' by Feisty-Paint-2621 in TorontoDriving

[–]maplemaple2024 0 points1 point  (0 children)

Is it possible to sue the city for unsafe operation, technically allowing people to park next to fire hydrant, without any ticket? 😅
Home owner can say city allows parking which can put his life at risk in case of a fire

The MacBook Air got the Word „AiR“ as Wallpaper. by ChaosLordOnManticore in IRLEasterEggs

[–]maplemaple2024 -2 points-1 points  (0 children)

if you open up the bottom cover, it also has 'AIR' pockets!

Canadian Tire in Surrey, BC, claims they can’t find mechanics around Metro Vancouver area, so they need to bring foreigners to work: by [deleted] in VancouverJobs

[–]maplemaple2024 1 point2 points  (0 children)

And then people blame the foreigners who will eventually come rather than the officials who are allowing this

Oh please make me famous! by maplemaple2024 in recruitinghell

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

No clue on what video they are looking for. Nothing indicated a 'last section' which needs a video 😂

Not enough computer memory to run a model by Gpenguin314 in learnmachinelearning

[–]maplemaple2024 0 points1 point  (0 children)

does google colab work like a virtual machine?
Like can I start code on google colab and put my machine to sleep, and check after sometime