Files
catalyst/tests/pipeline
Scott Sanderson 8cd4f7d100 MAINT: Make load_adjusted_array return a dict.
Rather than a list that's ordered the same as the received columns.
Most nontrivial loaders were constructing dicts internally and then
converting back to lists, only to have the engine convert **back again**
into a dict.  This cuts out the middleman, and prevents bugs due to
incorrect ordering of the output arrays.
2015-11-03 11:16:21 -05:00
..
2015-10-01 18:03:53 -04:00
2015-10-01 18:03:54 -04:00
2015-10-12 16:11:19 -04:00