Dylan Sherry
Dylan Sherry
Good points. A couple thoughts: Conceptually, I don't think there's a problem with using one model/estimator to do feature selection for another. I'm sure there's ways that could produce poor...
Great! This issue tracks updating [our release.md](https://github.com/alteryx/evalml/blob/main/release.md) to document the additional process during release. Extra credit if you can update `tools/format_release_notes.sh` to automatically figure out who the contributors were since...
Yep, let's have the outcome of this issue be a list of the highest-importance places we should have docstring examples. IMO the automl search and pipeline APIs are at the...
I've been [noticing this too lately](https://app.circleci.com/pipelines/github/FeatureLabs/nlp_primitives/266/workflows/f258fe3c-4265-43de-98cc-cb29d42eca50/jobs/2235). ``` nlp_primitives/tests/test_universal_sentence_encoder.py::test_regular PASSED [ 87%] nlp_primitives/tests/test_universal_sentence_encoder.py::test_without_tensorflow PASSED [ 88%] nlp_primitives/tests/test_universal_sentence_encoder.py::test_primitive_serialization PASSED [ 90%] nlp_primitives/tests/test_universal_sentence_encoder.py::test_feature_serialization make: *** [Makefile:29: unit-tests] Killed ```