You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Hackathon/README.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
Overview
1
+
<h2>Overview</h2>
2
2
Wipro Limited (NYSE: WIT, BSE: 507685, NSE: WIPRO) is a leading global information technology, consulting and business process services company. We harness the power of cognitive computing, hyper-automation, robotics, cloud, analytics and emerging technologies to help our clients adapt to the digital world and make them successful. A company recognized globally for its comprehensive portfolio of services, strong commitment to sustainability and good corporate citizenship, we have over 220,000 dedicated employees serving clients across six continents. Together, we discover ideas and connect the dots to build a better and a bold new future.
3
3
4
4
Along with being a global leader in artificial intelligence services from the latest reports of analysts like Forrester, IDC and Everest Group, Wipro has been rated as the second-best organization for data scientists to work in India in 2021 by Analytics India Magazine. The company has also been committed to reaching a Net-Zero Greenhouse Gas Emissions by 2040.
@@ -9,3 +9,14 @@ A solar power generation company wants to optimize solar power production and ne
What is the Metric In this competition? How is the Leaderboard Calculated?
14
+
The submission will be evaluated using the Mean Square Error. One can use sklearn.metrics.mean_squared_error to calculate the same
15
+
This hackathon supports private and public leaderboards
16
+
The public leaderboard is evaluated on 30% of Test data
17
+
The private leaderboard will be made available at the end of the hackathon which will be evaluated on 100% of Test data
18
+
The Final Score represents the score achieved based on the Best Score on the public leaderboard
19
+
How to Generate a valid Submission File
20
+
Sklearn models support the predict() method to generate the predicted values
21
+
The participant should submit a .csv file with exactly 17,520 rows with 3 column ['Clearsky DHI', 'Clearsky DNI’,'Clearsky GHI']. The submission will return an Invalid Score if you have extra rows or columns.
0 commit comments