Recent questions without an upvoted answer

0 0 votes
0 0 answers
1.2k
1.2k views
I am wondering if you can share a list of websites for designing interfaces.
1 1 vote
0 0 answers
618
618 views
A colleague of mine is studying for tech roles, and they're asked to solve a consistent type of problem during the phone screenings: practicing manipulating data (sets, h...
1 1 vote
1 1 answer
917
917 views
Hello Guys,I have been given a task where I need to analyse the impact of all the products that were discontinued last year on the customers and sales? I work for a retai...
1 1 vote
1 1 answer
985
985 views
1 1 vote
1 1 answer
1.1k
1.1k views
1 1 vote
1 1 answer
1.1k
1.1k views
1 1 vote
1 1 answer
1.1k
1.1k views
1 1 vote
1 1 answer
1.0k
1.0k views
1 1 vote
1 1 answer
1.3k
1.3k views
1 1 vote
1 1 answer
953
953 views
1 1 vote
1 1 answer
1.1k
1.1k views
1 1 vote
1 1 answer
1.0k
1.0k views
1 1 vote
1 1 answer
969
969 views
1 1 vote
1 1 answer
847
847 views
1 1 vote
1 1 answer
931
931 views
0 0 votes
1 1 answer
1.0k
1.0k views
0 0 votes
1 1 answer
1.0k
1.0k views
0 0 votes
1 1 answer
961
961 views
1 1 vote
1 1 answer
2.3k
2.3k views
def cross_val_score(estimator,X,y,scoring,cv): scores=cross_val_score scores_rmse=np.sqrt(-scores) print('Scores: ',scores_rmse) print("Mean:", scores_rms...