Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 6d3e175

Browse files
Update README.md
1 parent 177bd1c commit 6d3e175

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

‎Hackathon/README.md‎

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Overview
1+
<h2>Overview</h2>
22
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.
33

44
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
99

1010
['Year', 'Month', 'Day', 'Hour', 'Minute', 'Temperature', 'Clearsky DHI', 'Clearsky DNI', 'Clearsky GHI', 'Cloud Type', 'Dew Point', 'Fill Flag', 'Relative Humidity', 'Solar Zenith Angle', 'Surface Albedo', 'Pressure', 'Precipitable Water', 'Wind Direction', 'Wind Speed']
1111

12+
<h2>Evaluation</h2>
13+
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.
22+
The file should have exactly 3 column.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /