Albert Carter
Albert Carter
Currently, entity datetime indexes must not include time zones. Deviation from this causes, [calculate_feature_matrix.py#L171](https://github.com/Featuretools/featuretools/blob/master/featuretools/computational_backends/calculate_feature_matrix.py#L171) to give a not very helpful error: ```TypeError: cutoff_time times must be datetime type: try casting...
Currently, when I run pytest, I receive a whole heap of warnings. It would be best to fix these before they break. ``` /Users/arcarter/.virtualenvs/mashup/lib/python3.7/site-packages/matplotlib/rcsetup.py:20: DeprecationWarning: Using or importing the ABCs...
Sorry if this is a noob react question. I'm trying to add and delete nodes and edges from an existing Sigma component. Currently, my component is set up as so:...
I have a graph with nodes connected by edges. When I set my edge size to >= 1, onClick, onHover, etc, work as expected. However, when I do not explicitly...
Hi All, I'm wondering whether there is some documentation or a roadmap for the [API](https://github.com/HDI-Project/ATM-Vis/blob/master/server/atm_server/api.py) available. Of the endpoints, I'm interested in knowing what people think is relatively fixed, likely...
Trane needs an easier way to add customize operations. Currently, external plugin operations are not allowed. The bottleneck is we need to maintain a list of operations so that we...
[`trane.utils.generate_nl_description`](https://github.com/HDI-Project/Trane/blob/master/trane/utils/generate_nl_description.py#L11) currently assumes exactly 4 operations in the order filter -> row -> transformation -> aggregation. It should be able to handle multiple or no operations in any category. Including...
Right now, trane's natural language system is a part of `PredictionProblem.__str__`. It may be better to have it be entirely outside of Trane, and to use descriptions of operations