Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • sri_kanajan/uber-hackathon-sample-submission
  • anurag_uber/uber-hackathon-sample-submission
  • dave.rudolf/uber-hackathon-sample-submission
  • Zhaonan/uber-hackathon-sample-submission
  • weihao/uber-hackathon-sample-submission
  • uber/uber-hackathon-sample-submission
  • gorkem_ozkaya/uber-hackathon-sample-submission
  • dinesh/uber-hackathon-sample-submission
  • jdi9263/uber-hackathon-sample-submission
  • trevorhwu/uber-hackathon-sample-submission
  • fastlearner/uber-hackathon-sample-submission
  • gmacUber/uber-hackathon-sample-submission
  • boian/uber-hackathon-sample-submission
  • ad7bf9d5/uber-hackathon-sample-submission
  • sidharthr/uber-hackathon-sample-submission
  • chivert/uber-hackathon-sample-submission
  • mo.zhou/uber-hackathon-sample-submission
  • Uber1/uber-hackathon-sample-submission
18 results
Show changes
Commits on Source (5)
route_id,start_time,end_time,headway_secs,exact_times route_id,start_time,end_time,headway_secs,exact_times
\ No newline at end of file
agencyId,routeId,age,amount agencyId,routeId,age,amount
217,,(10:65],1.50 217,,[11:65],1.50
217,,(6:10],0.75 217,,[6:10],0.75
...@@ -45,7 +45,8 @@ Before you can make a submission you will have to : ...@@ -45,7 +45,8 @@ Before you can make a submission you will have to :
### How can I make an actual submission ? ### How can I make an actual submission ?
* Fork the repository at https://gitlab.aicrowd.com/uber/uber-hackathon-sample-submission * Fork the repository at https://gitlab.aicrowd.com/uber/uber-hackathon-sample-submission
* Make the repository Private * **Make the repository PRIVATE** :warning: (otherwise the other contestants will see the details of your submissions!) <br>
To make your repository private, follow these steps: <br>Main page of repo --> `Settings` --> `General` --> `Permission` --> `Project Visibility` --> Select `"Private"` --> Save Changes
* Edit `aicrowd.json` to add yourself as the author * Edit `aicrowd.json` to add yourself as the author
* Commit the changes to your code **in your private repository** * Commit the changes to your code **in your private repository**
* Create a new git tag * Create a new git tag
......