Coder Social home page Coder Social logo

guidedstats's People

Contributors

willeppy avatar yuqizhang99 avatar

Watchers

 avatar  avatar

guidedstats's Issues

Not all errors are reported to users

When an error occurs in GuidedStats, sometimes it will not be shown to the users.

A possible solution is to use decorator in Python, for example

def catch_exceptions(func):
    def wrapper(*args, **kwargs):
        try:
            return func(*args, **kwargs)
        except Exception as e:
            print(f"An error occurred in function {func.__name__}: {str(e)}")
    return wrapper
class MyClass:
    @catch_exceptions
    def method1(self):
        # Your code here...

Increase robustness to users error trials

  • Before the step is processed, it should not be clickable
  • If the previous step is changed, even though it has been done, the subsequent steps should be responsive to the changes, and it will be better to have viz/text to show the changes
  • Changing the previous steps, should rerun all the following steps
  • When adding steps, sometimes users may not want to add anymore, there should always be a way to exit
  • After selecting one workflow, the workflow panel should disappear
  • If a step is added wrongly, users should be allowed to delete it
  • Validation size should be (0,1), and suggested to be 0.2
  • [ ]

Create EDA Step

For a new dataset, users may want to explore it to gain insights into further analysis

Polish for current design

  • add vertical padding to icons
  • on scrolling, the STEP and WORKFLOW sign should be fixed
  • on hovering onto step card, the node should also be highlighted
  • add padding to every card
  • changing the browser size should not affect the style
  • visualization should be multi-facet(don't show multiple variable in one plot)
  • add blank space between selecting card and "Done" icon

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.