Giter VIP home page Giter VIP logo

mixedvines's People

Stargazers

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

Watchers

 avatar  avatar

mixedvines's Issues

hello

Hi copula devs. Just stopping by to let you know that could use this library to continuously set up estimation and submission, and maybe win a prize. It's easy to use github actions to set and forget. I'd have put this in discussion if it were enabled.

  1. Fork https://lnkd.in/g6AEMYW

  2. Open up https://lnkd.in/gUm4Ns5 in colab and run it to generate yourself a write key.

  3. Save the key as a Github secret called WRITE_KEY

  4. Click on "accept" when Github asks you if you want to enable GitHub actions. Go to Actions and you'll see the only action used in your repo (similar to https://lnkd.in/gv_Agt6). Enable it.

Or see links from this post.
https://www.linkedin.com/posts/petercotton_micropredictionmicroactors-activity-6746618350325104640-UIW3

Intro Documentation no longer valid

The structure of the project must have changed, because as a newcomer the intro code doesn't work (at least on Python 3.7.1)

Specifically,

>>> from mixedvines import MixedVine
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: cannot import name 'MixedVine' from 'mixedvines' (C:\Users\Joey\AppData\Local\Programs\Python\Python37\lib\site-packages\mixedvines\__init__.py)

As described in the intro documentation doesn't work. Instead, this works:

>>> from mixedvines import mixedvine
>>> mixedvine
<module 'mixedvines.mixedvine' from 'C:\\Users\\Joey\\AppData\\Local\\Programs\\Python\\Python37\\lib\\site-packages\\mixedvines\\mixedvine.py'>
>>> vine = mixedvine.MixedVine(4)
>>> vine.fit(cdfs,is_continuous)

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.