Code Monkey home page Code Monkey logo

blendplot's People

Contributors

excaliburzero avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

blendercn-org

blendplot's Issues

Install Issue

When attempting to install I get this Error:

error in blendplot setup command: "values of 'package_data' dict" must be a list of strings (got '[LICENSE]')

Able to fix it with this quick change to setup.py:

Change Line 21 from

'': 'LICENSE'

to

'': ['LICENSE']

Not sure if this is the best fix, or something else can solve the problem.

P.S. - this is a really fun, easy to use tool!

Print error message on invalid column

When the user supplies a column either for the (x,y,z) axes or for the category column, then they should be validated against the dataframe created from the data file.

If one or more of the columns are invalid, then the program should print an error message to stderr indicating this and then exit with an error status.

Add flag to specify scaling method

Currently the program uses sklearn's preprocessing.scale function to scale the dataset. There should be a flag that allows the user to specify a different scaling function.

Ideally it should allow for several of the scaling functions supplied by sklearn as well as an option for no scaling at all. Note that the --spacing flag can already be used to do some basic custom scaling.

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.