Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[User Story] A novice user needs help to convert their data into a format that they can use with the available python interface #19

Open
HuangYiran opened this issue Feb 8, 2022 · 1 comment

Comments

@HuangYiran
Copy link
Collaborator

HuangYiran commented Feb 8, 2022

A production engineer that has downloaded logging information from his machines and understands that can theoretically predict the lifetime from the sensor data. He follows the instruction provided to convert his data into multivariate timeseries with a column that contains the time until the next failure detected.

A web shop owner understands that he might be able to predict the number of purchases in his webshop within a month. Following the instructions he collected a large amount of data in the past years. He follows the instruction provided to convert his data.

A manifacturer wants to use the package to predict manifacturing times for his products. He collected the data of the past years and saves them in a csv-file. There are some missing information for some samples.

these situations should be considered:

  • should provide a basic methods for the one who has multiple files, especially, the feature and target are not in the same database (It is better to do with software, not code).
    -- with merge key
    -- without merge key
  • should provide basic methods for the one has the other type of data: txt, excel, json, database(sql,...)
  • should automatically check for potential issues in the data
  • should provide proposals for the user to solve the issues and then excute them
  • should provide methods to deal with large data set (larger than 10GB)
@riedel riedel changed the title As a German SME beginner, i want to get help to convert my data into a fixed form, so that i can use As a German SME beginner, i want to get help to convert my data into a format that I can use with the available python interface Feb 8, 2022
@riedel riedel changed the title As a German SME beginner, i want to get help to convert my data into a format that I can use with the available python interface As a novice user, i want to get help to convert my data into a format that I can use with the available python interface Feb 8, 2022
@riedel riedel changed the title As a novice user, i want to get help to convert my data into a format that I can use with the available python interface [User Story] A novice user needs help to convert their data into a format that they can use with the available python interface Feb 8, 2022
@riedel
Copy link
Member

riedel commented Feb 8, 2022

This user story is far to big! Split it in at least 3 (see above)

@riedel riedel closed this as completed Feb 8, 2022
@riedel riedel reopened this Feb 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants