Giter VIP home page Giter VIP logo

Comments (7)

antoinecarme avatar antoinecarme commented on August 21, 2024

http://pyaf.herokuapp.com/

      {
        "CSVFile": "https://raw.githubusercontent.com/antoinecarme/TimeSeriesData/master/ozone-la.csv", 
        "DateFormat": "%Y-%m", 
        "ExogenousData": null, 
        "ExogenousVars": null, 
        "Horizon": 12, 
        "Name": "Ozone_Model_12", 
        "Present": "1968-08", 
        "SignalVar": "Ozone", 
        "TimeVar": "Month"
      }

from pyaf.

antoinecarme avatar antoinecarme commented on August 21, 2024

result :

        "Time": [
          "1968-09-01 00:00:00", 
          "1968-10-01 00:00:00", 
          "1968-11-01 00:00:00", 
          "1968-12-01 00:00:00", 
          "1969-01-01 00:00:00", 
          "1969-01-31 23:59:59.999999", 
          "1969-02-28 23:59:59.999998", 
          "1969-03-28 23:59:59.999997", 
          "1969-04-28 23:59:59.999996", 
          "1969-05-28 23:59:59.999995", 
          "1969-06-28 23:59:59.999995", 
          "1969-07-28 23:59:59.999994"
        ]

from pyaf.

antoinecarme avatar antoinecarme commented on August 21, 2024

try to make : "1969-01-31 23:59:59.999999", more robust (rounding milliseconds). 1969-02-01 00:00:00 is much better.

from pyaf.

antoinecarme avatar antoinecarme commented on August 21, 2024

Not able to reproduce this locally.

from pyaf.

antoinecarme avatar antoinecarme commented on August 21, 2024

Proposed solution : dates computed internally will be rounded to the nearest second.

from pyaf.

antoinecarme avatar antoinecarme commented on August 21, 2024

Fixed!

new output

        "Time": [
          "1968-09-01 00:00:00", 
          "1968-10-01 00:00:00", 
          "1968-11-01 00:00:00", 
          "1968-12-01 00:00:00", 
          "1969-01-01 00:00:00", 
          "1969-02-01 00:00:00", 
          "1969-03-01 00:00:00", 
          "1969-04-01 00:00:00", 
          "1969-05-01 00:00:00", 
          "1969-06-01 00:00:00", 
          "1969-07-01 00:00:00", 
          "1969-07-31 00:00:00"
        ]

from pyaf.

antoinecarme avatar antoinecarme commented on August 21, 2024

Done!

from pyaf.

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.