S Anand

Results 90 comments of S Anand

The R issue was resolved by `conda install -c r r-ggplot2 r-rmarkdown`. Need to add this to the docs, and ensure that these are auto-installed with the guide.

The JS issue requires these changes: - `pynode.py`: Change `self.conn.read_future` to `getattr(self.conn, 'read_future', None)` - TBD

@sanand0 -- What does it take to inherit TopCause from TransformerMixin and eliminate all of this code in MLHandler?

Note: @sanand0 -- convert TopCause into a TransformMixin. Do a reset_index() at the end because we ignore the index.

Starting with this screen: ![image](https://user-images.githubusercontent.com/63734/201897810-86c8f30f-3f90-48e8-b3a6-b99f1fe9c60a.png) - [x] Display the URL that we'll be taken to on clicking `./ml`. This should be copy-able. We're generating the URL and letting users know...

Thanks, @trusktr. Since I'm using ESM to simplify examples, I'll await the fix you mentioned. Very grateful! 🙏

Agreed -- have just added the z-schema version currently in the repo.

Workaround: using [strict editable installs](https://setuptools.pypa.io/en/latest/userguide/development_mode.html#strict-editable-installs) solves this. However, the implementation details are not finalized yet, and may change in the future. Instead of: ```shell pip install -e . ``` ......

Note. We might want to extend this to a general error alert schedule, that captures all error logs and emails them at a developer-decided frequency.