-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #28 from shankari/tune_clustering_params
Finally compare dataset characteristics against each other
- Loading branch information
Showing
17 changed files
with
9,666 additions
and
6 deletions.
There are no files selected for viewing
824 changes: 824 additions & 0 deletions
824
tour_model_eval/Compare user mode mapping effect with outputs.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
1,191 changes: 1,191 additions & 0 deletions
1,191
tour_model_eval/Evaluate sim wrt filtration and different radii - unrolled.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
2,469 changes: 2,469 additions & 0 deletions
2,469
tour_model_eval/Explore sim usage (common trips -> labeling) unrolled-outputs.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
981 changes: 981 additions & 0 deletions
981
tour_model_eval/Explore sim usage (common trips -> labeling) unrolled.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
747 changes: 747 additions & 0 deletions
747
tour_model_eval/Explore trip clustering using DBSCAN unrolled.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
1,946 changes: 1,946 additions & 0 deletions
1,946
tour_model_eval/Exploring basic datasets for model building validity-outputs.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
508 changes: 508 additions & 0 deletions
508
tour_model_eval/Exploring basic datasets for model building validity.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
This directory contains the ipython notebooks used to tune and evaluate the | ||
first round cluster algorithm. It uses an O(n^2) algorithm to iterate over a | ||
set of n trips, and cluster them into bins based on proximity of start and end | ||
points. | ||
|
||
To understand the evolution of this process, including a comparison of this | ||
algorithm with DBSCAN, please see | ||
https://github.com/e-mission/e-mission-eval-private-data/pull/28 | ||
|
||
which includes explanations and intermediate results |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.