Giter Club home page Giter Club logo

Comments (3)

havakv avatar havakv commented on August 23, 2024

Hi, to circumvent licensing issues, we do not host any datasets directly in this repo, but instead download them as needed (they will then appear in your local "datasets" folder).
This should happen automatically when you try to load the datasets (i.e., when you step through the cox_models_1_introduction.ipynb notebook).

If you have problems, try running the following code

from pycox import datasets
df = datasets.support.read_df()

It should download the support dataset and read it into python. The dataset should then appear in your local datasets folder.
You can alternatively call datasets.support._download() to explicitly download the dataset to the datasets folder.

If this does not solve your problem, please post the error you get when you try read the data frame into python.

from pycox.

havakv avatar havakv commented on August 23, 2024

I apologize for not understanding your problems before now. There was actually a bug in the installation that caused your problems. This should be fixed now.

from pycox.

qxzhong avatar qxzhong commented on August 23, 2024

I have fixed the problem. Thanks so much!

from pycox.

Related Issues (20)

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.