Giter Club home page Giter Club logo

numerai-tools's People

Contributors

carlolepelaars avatar jeethu avatar ndharasz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

numerai-tools's Issues

numerai-tools incompatible with scikit-learn 1.4+

Hi, With the current package settings numerai-tools does not work with scikit-learn 1.4 onwards. Can we relax the scikit-learn version so it works. I don't think that newer 1.x scikit-learn versions would contain breaking changes to the numerai-tools code.

I have a PR ready that solves this #22

Why is there a pandas<=2.1.3 requirement

Pandas is currently at 2.2.1 and the requirement makes numerai-tools conflict with for example parquet-tools, which is fairly useful.
Requiring 'old' package versions is always bothersome, so there should be a fairly good reason for such a requirement imho.

How to do if power function assert get error ?

I got this error on my datasets:

157 assert np.array_equal(df.index.sort_values(), df.index), "Index is not sorted"
158 result = np.sign(df) * np.abs(df) ** p
--> 159 assert ((result.std() == 0) | (result.corrwith(df) >= 0.9)).all()
160 return result

AssertionError:

After some research I find the correlation is not match the assert
image

What should I do in this case ?

Update dependencies (Old scipy version)

numerai-tools has a quite old version of scipy (~1.2.1) set as a dependency. Most other libraries nowadays depend on more recent versions of scipy. This makes it hard to use numerai-tools with a dependency manager like Poetry.

Could the dependencies be updated to more recent versions in setup.py? Especially the old scipy version is a bottleneck.

Example error from Poetry:

Because no versions of numerai-tools match >0.0.12,<0.0.13 and numerai-tools (0.0.12) depends on scipy (>=1.2.1,<1.3.0), numerai-tools (>=0.0.12,<0.0.13) requires scipy (>=1.2.1,<1.3.0).
So, because project depends on both scipy (^1.10.0) and numerai-tools (^0.0.12), version solving failed.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.