GithubHelp home page GithubHelp logo

Comments (3)

bldrvnlw avatar bldrvnlw commented on August 30, 2024

Some bug in the charting logic by the looks of it, I'll look into it.

from algorithm-repository.

bldrvnlw avatar bldrvnlw commented on August 30, 2024

I've examined the testing data and the log above in detail notice a couple of things which are leading to problems.

  1. There are three possible table which could be being used here: cde_feature_a, cde_feature_b, cde_feature_c. Of these only the _b and _c table contain data in the minimentalstate column, but in cde_features_a all the values are NULL so the PARAM_query won't return anything .

Early on there is a "mean of empty slice" error I assume is related to getting empty data from the select.

  1. No covariables are specified for the tsne dimensions.

In the python-tsne/test/docker-compose.yml there is a good example of how to pass the parameters (in this case the dependent variable is name and this is also used to label output in the graph). Note the multiple covariables (4 in total) goving a 4 dimensional input.:

  PARAM_variables: "name"
  PARAM_covariables: "sepal_length,sepal_width,petal_length,petal_width"
  PARAM_grouping: ""
  PARAM_query: "SELECT name,sepal_length,sepal_width,petal_length,petal_width FROM iris"
  PARAM_meta: "{\"name\":{\"code\":\"name\",\"type\":\"string\"},\"sepal_length\":{\"code\":\"sepal_length\",\"type\":\"real\"},\"sepal_width\":{\"code\":\"sepal_width\",\"type\":\"real\"},\"petal_length\":{\"code\":\"petal_length\",\"type\":\"real\"}, \"petal_width\":{\"code\":\"petal_width\",\"type\":\"real\"}}"
  PARAM_MODEL_dependent_is_label: "True"
  PARAM_MODEL_perplexity: 30
  PARAM_MODEL_do_zscore: "True"
  PARAM_MODEL_iterations: 1000
  PARAM_MODEL_theta: 0.5
  PARAM_MODEL_target_dimensions: 2

from algorithm-repository.

bldrvnlw avatar bldrvnlw commented on August 30, 2024

Given the comments about I think this is mainly a usage problem. Based on that I'm closing the issue but feel free to re-open it as a documentation issue (or open a new issue) and I can provide better guidance in the Readme.md file for using the python/tsne

from algorithm-repository.

Related Issues (1)

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.