Git Product home page Git Product logo

pym8's Introduction

Hi there ๐Ÿ‘‹

pym8's People

Contributors

tkimhofer avatar

Watchers

 avatar

Forkers

mahideel

pym8's Issues

ispec

Hi T,

The random lines remain an issue even with no pre-processing
Screenshot 2021-11-02 at 15 35 06
:

Hope that helps

PCA

Hi Torben,

Please note the following-

  1. When you pre-define the chemical shift the visualizations appear like this-
    image
    I am unsure if you would like them to appear across the full image length.

  2. PCA scores plot does not have the option to label data points/customise colour groups.

Many thanks,
C

Updates for 2D

  1. Needs get_idx updated for reading/utility.
  2. Import re
  3. If you wanted- a comment on the dimension required for X2 when plotting :)

preproc.calibrate_doubl

Hi T,

I only got this function to work after-

  1. [0] removed from get_idx
  2. mm8.utility added to baseline
  3. mm8.utility added to "tf.cast(doub...)

Works fine now I believe.

Also can't get Marias PCA's to run on her computer (they run on mine)

  • error is with sklearn/validation
  • "ValueError: input contains NaN, infinity or a value too large for dtype('float64')

PCA infinity/NaN values

Hi T,

The PCA (analyse.pca) had issues running with ppm values below zero.

This was the code that worked-

idx=np.where(np.std(X, 0)!=0)[0]
X1=X[:,idx]
ppx=ppm[idx]

:)

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.