Skip to content
This repository has been archived by the owner on Sep 10, 2020. It is now read-only.

Feature generation #30

Merged
merged 53 commits into from
Oct 24, 2016
Merged
Show file tree
Hide file tree
Changes from 50 commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
6a8e912
Add requirements for feature generation
redshiftzero Sep 9, 2016
4dbd091
Add readme for how to set up test database
redshiftzero Sep 9, 2016
4c52cb1
Add feature generation code
redshiftzero Sep 9, 2016
20d6a00
Add tests for feature generation code
redshiftzero Sep 9, 2016
386d314
Add undefended_frontpage_examples table creation method
redshiftzero Sep 23, 2016
9165884
Use += operator to add list of tables
redshiftzero Oct 3, 2016
d3c863a
Drop master ids table from features schema
redshiftzero Oct 3, 2016
5fe2702
Fix bin limits in the docstring
redshiftzero Oct 3, 2016
8703a0b
Order imports by alphabet
redshiftzero Oct 4, 2016
c4ee600
Remove return Nones
redshiftzero Oct 4, 2016
c3a17da
Remove execute_query_from_string method
redshiftzero Oct 4, 2016
06f7d92
Remove execute_query_from_string from tests
redshiftzero Oct 4, 2016
38ff75b
Fix docstring wrap in features.py
redshiftzero Oct 4, 2016
dc11c5f
Fix docstring wrap in tests
redshiftzero Oct 4, 2016
c81f4ec
Renaming for clarity
redshiftzero Oct 4, 2016
3e7dac3
Deduplicate rank and position
redshiftzero Oct 4, 2016
d1c0b1b
Add burst computation for both incoming and outgoing bursts
redshiftzero Oct 4, 2016
821e18f
Modify tests to check functionality of incoming and outgoing bursts
redshiftzero Oct 4, 2016
5d0b807
Modify setUp() to insert some cells for BurstFeatureGeneration
redshiftzero Oct 4, 2016
7637dca
Modify cell_numbers query never to produce any Nulls
redshiftzero Oct 4, 2016
4f7c822
Remove unnecessary return statements from feature generation tests
redshiftzero Oct 4, 2016
25f7aed
Use common database initialization as master (to go in eventual base …
redshiftzero Oct 4, 2016
44317f1
Modify tests to put test db handling in there instead of in features.py
redshiftzero Oct 4, 2016
a07d2f6
Make imports in tests alphabetically ordered
redshiftzero Oct 4, 2016
c70220d
Add refactored burst generation
redshiftzero Oct 12, 2016
6e85ad3
Fix outgoing_only option in features.py
redshiftzero Oct 12, 2016
bea567c
Multilinestringify queries
redshiftzero Oct 12, 2016
530b6c3
get_trace_cells -> get_ordered_trace_cells
redshiftzero Oct 12, 2016
4d08da5
Replace CASE with COALESCE
redshiftzero Oct 12, 2016
9e4453c
Rewrite generate_table_initial_cell_directions
redshiftzero Oct 12, 2016
0f32391
Minor docstring changes
redshiftzero Oct 12, 2016
be3df53
Change mentioned of binned to windowed
redshiftzero Oct 12, 2016
71a1aa3
Throw error if num_features = 1
redshiftzero Oct 12, 2016
07bb69d
Modify docstring for burst creation
redshiftzero Oct 12, 2016
c18c2c6
Add TODO to rewrite burst gen code in SQL
redshiftzero Oct 12, 2016
a91f233
Modify burst code to add burst_positions
redshiftzero Oct 12, 2016
bca770d
Modify tests to keep bursts tested
redshiftzero Oct 12, 2016
dc404b5
Use reset_index drop=True
redshiftzero Oct 12, 2016
fb90afe
Make burst creation privatE
redshiftzero Oct 12, 2016
c08180b
Call private method on burst creation
redshiftzero Oct 12, 2016
58f15a7
Add unpacking
redshiftzero Oct 12, 2016
7bb0a35
Rewrite _list_columns
redshiftzero Oct 12, 2016
57711c2
Rewrite master view creation
redshiftzero Oct 12, 2016
2ec75b3
Rename some quantities for clarity
redshiftzero Oct 12, 2016
7fdf828
Multilinestringify remainder of SQL queries
redshiftzero Oct 12, 2016
bc2ef06
Correct number of arguments to _list_columns
redshiftzero Oct 12, 2016
7432157
Returning to using number in master feature view join
redshiftzero Oct 13, 2016
dcc0566
Refactor tests and add test database setup
redshiftzero Oct 18, 2016
824d769
Add feature generation tests to test runner
redshiftzero Oct 21, 2016
dd7d7d4
Fake data
redshiftzero Oct 22, 2016
89cd5bd
Add test runner, fix bug in burst length generation
redshiftzero Oct 24, 2016
b768850
Remove debug statement
redshiftzero Oct 24, 2016
3a128ad
Remove pdb imports
redshiftzero Oct 24, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading