Code Monkey home page Code Monkey logo

discotimes's People

Contributors

oelsmann avatar

Stargazers

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

Watchers

 avatar  avatar  avatar

discotimes's Issues

Change ymod

adapt ymod function to other required settings e.g. no trend but offsets

Way long calculation times (never finish)

Hi users and developers,

I have a question about computation time when running this software.
So far I actually only wanted to work through the tutorial with the example dataset.

I have to admit, that the step series = file_reader(file,variable='auto',resample='W') took ages (actually never finished) and digging into the code I found the step data['Year']=pd.to_datetime(data['Year']-1970.,unit='Y') being the reason. This date conversion is super slow or "hangs". I have no explanation.

After copy/pasting the code of the file_reader() function and manually executing it on the dataset with a workaround of the above mentioned critical line, I could manage to retrive the pd.series.

But now in the next step dt_model = dt(series,settings=settings,name='G103') again, it takes forever without finishing. I checked with programm htop and one core is constantly on 100% load. After several hours it still did not finish. The dataset is actually not really long so I am puzzled what could be the cause.

I would really love to test this code and idea but am getting obstacle after obstacle.

Any advice, cross-check, questions and remarks are highly appreciated!

Thanks!

Unable to load package modules

Hi,

thanks for this piece of software! It sounds really cool and I wanted to test and try it straight away when I read about it.
Sadly this is not working out. I thought maybe you have a "perfect setup" that would help it.

I tried on different machines, both Linux and windows.
Python 3.9 and 3.10
Different versions of numpy (as this is part of the error I guess).

E.g. running:

from discotimes.discotimes import file_reader 

I always get the following error:

module 'numpy.distutils.__config__' has no attribute 'blas_opt_info'

Did anyone experience the same or similar and knows a fix?
Which numpy version is working well for this?

Would be highly appreciated!

Thanks already! :)

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.