Giter VIP home page Giter VIP logo

Comments (6)

rietho avatar rietho commented on September 28, 2024

Hi @arpita-007! I want to acknowledge your issue, even though I can't help. The package itself is currently unsupported. I am only providing emergency updates.

I suggest engaging with the community to see if you can get help there.

from ipo.

song-sbio avatar song-sbio commented on September 28, 2024

Hi @arpita-007, you managed to solve it? I'm experiencing the same issue. Thanks!

from ipo.

arpita-007 avatar arpita-007 commented on September 28, 2024

Hi @song-sbio
No, we could not solve it. I think it's the issue with the file numbers. More the files, longer the time it takes. Because we recently used the IPO again with a lesser no. of files and it worked.

from ipo.

song-sbio avatar song-sbio commented on September 28, 2024

Hi @arpita-007 . Thank you for the explanation.

from ipo.

linlennypinawa avatar linlennypinawa commented on September 28, 2024

It took me about 2 days to complete the iteration for eight files.

Here is the range of each variables I set:

min_peakwidth <- c(5, 15)
max_peakwidth <- c(50,90)
ppm <- c(3, 12)
mzdiff <- c(-0.002, 0.002)
snthresh <- c(1, 10)
noise <- c(100, 1000)
prefilter <- c(1,4)
value_of_prefilter <- c(100, 1000)

The outcome is this:

ppm = 12
peakwidth = c(12, 82)
snthresh = 10
integrate = 1
noise = 361
prefilter = c(3,1090)
mzdiff = 0

I consulted my friend who is specialized in DOE. Here is his response:

From reading paper it seems that it uses a box behnken design, which is strange choice. Not very modern and they are quite big when you have as many as 8 factors. It also seems that in each iteration of the optimisation cycle, they start a new design. And it sounds like the data from the previous iteration is discarded. This is also strange and seems very wasteful.
I might be wrong, of course. Maybe I read it wrong.
I like the overall idea of the approach. But I think the DOE execution aspect could be improved.

Then he suggested this:

My approach would be to use a definitive screening design to find out the factors that have an important effect and then work sequentially from there.

from ipo.

rietho avatar rietho commented on September 28, 2024

Hi @linlennypinawa.

I do agree that the DoE approach implemented in IPO has the potential to be improved. I personally am only maintaining the package to the degree to keep it functional. But I do hope that my former employer Joanneum Research will find time and resources to take on active maintenance along with further development.

from ipo.

Related Issues (20)

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.