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
557
557 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
818
818 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
858
858 views
1 1 vote
1 1 answer
915
915 views
1 1 vote
1 1 answer
932
932 views
1 1 vote
1 1 answer
954
954 views
1 1 vote
1 1 answer
925
925 views
1 1 vote
1 1 answer
1.1k
1.1k views
1 1 vote
1 1 answer
829
829 views
1 1 vote
1 1 answer
930
930 views
1 1 vote
1 1 answer
906
906 views
1 1 vote
1 1 answer
847
847 views
1 1 vote
1 1 answer
721
721 views
1 1 vote
1 1 answer
810
810 views
0 0 votes
1 1 answer
903
903 views
0 0 votes
1 1 answer
907
907 views
0 0 votes
1 1 answer
846
846 views
1 1 vote
1 1 answer
2.1k
2.1k 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...