Recent questions without an upvoted answer

0 0 votes
0 0 answers
1.1k
1.1k views
I am wondering if you can share a list of websites for designing interfaces.
1 1 vote
0 0 answers
585
585 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
867
867 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
911
911 views
1 1 vote
1 1 answer
976
976 views
1 1 vote
1 1 answer
1.0k
1.0k views
1 1 vote
1 1 answer
1.0k
1.0k views
1 1 vote
1 1 answer
984
984 views
1 1 vote
1 1 answer
1.2k
1.2k views
1 1 vote
1 1 answer
882
882 views
1 1 vote
1 1 answer
983
983 views
1 1 vote
1 1 answer
953
953 views
1 1 vote
1 1 answer
892
892 views
1 1 vote
1 1 answer
772
772 views
1 1 vote
1 1 answer
862
862 views
0 0 votes
1 1 answer
968
968 views
0 0 votes
1 1 answer
967
967 views
0 0 votes
1 1 answer
899
899 views
1 1 vote
1 1 answer
2.2k
2.2k 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...