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
594
594 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
879
879 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
927
927 views
1 1 vote
1 1 answer
995
995 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
997
997 views
1 1 vote
1 1 answer
1.2k
1.2k views
1 1 vote
1 1 answer
897
897 views
1 1 vote
1 1 answer
998
998 views
1 1 vote
1 1 answer
960
960 views
1 1 vote
1 1 answer
907
907 views
1 1 vote
1 1 answer
786
786 views
1 1 vote
1 1 answer
878
878 views
0 0 votes
1 1 answer
983
983 views
0 0 votes
1 1 answer
983
983 views
0 0 votes
1 1 answer
914
914 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...