luca-s

Results 9 issues of luca-s

I am copying/pasting here the comment by @ssanderson (from [here](https://github.com/quantopian/alphalens/issues/253#issuecomment-364850076)) which requires a dedicated discussion thread > As an aside, in the long term I'm not sure I'm convinced we...

api

Currently the tests relative to alphalens.tears.* functions check that no exceptions are thrown. It would be nice to capture matplotlib output, compute a checksum for each figure generated and save...

help wanted
maintenance

While the main Alphalens functions work with forward returns, there are still the event study related functions that work with prices (create_event_study_tear_sheet and create_event_returns_tear_sheet). It would be nice to have...

enhancement
api

Dear developers, I was wondering about the choice of using `pandas.to_pickle` to save models. In particular I have two questions: - why `pandas.to_pickle` instead of the python pickle module? Does...

I am referring to [this line](https://github.com/numerai/example-scripts/blob/91de57a9099e02fed630b08f68935a6e03e2b3e9/example_model_sunshine.py#L102). I believe the median value of the features should be computed on a per-era basis to avoid introducing biases.

Dear @crotwell , after you helped me with the issue #25 I was able to make use of the TauP output as the travel time tables for my locator. The...

"Projects evolve but the documentation lags behind the software". This is an always open issue. Anything from syntax/grammar/spelling mistakes to broader changes is always welcome! Keep 'em coming! ;)

documentation
help wanted
maintenance

Multiple commands return the RayParam (deg/s) information and I was wondering if it was possible to know the vertical speed of the ray as well. For example, in the second...

Due to the SeisComP API changes in "17.0.0" some tests are currently failing. The same tests run fine until seiscomp 6. However, because the github Actions are run on the...

maintenance
tests