James McDermott
James McDermott
I need help to get this `%%html ` working, please. My goal is to make the font in code cells larger than it currently is. I've tried the comments above....
I put this in a file called `rise.css` in the same directory as my `.ipynb`: ``` body.rise-enabled div.inner_cell>div.input_area { font-size: 150%; } body.rise-enabled div.output_subarea.output_text.output_result { font-size: 150%; } body.rise-enabled div.output_subarea.output_text.output_stream.output_stdout...
Changing setup.py done, but we will need to make a release for this to take effect
Hi @amueller, the short answer is no. Nothing like that was discussed in the FFX paper. But it does seem like a natural extension, maybe using a logistic transform on...
I have just seen on http://trent.st/ffx/: "It can also be used as a classifier (FFXC), by wrapping the output with a logistic map. This has also been used successfully on...
I think it's natural to make a new matrix with columns x, ts_min(x, d), ts_argmin(x, d), ts_rank(x, d), etc. I would do this as pre-processing before using FFX.
The problem isn't clear to me. > those function cannot be determined at first I think I can just use `np.min()`. What am I missing?
I think I've seen this before but didn't really investigate. Would you be able to show us a small dataset/code that gives this result?
Thanks. Yes, when building that model I see that we get duplicate bases. After Step 1A we have four (non-duplicate) Order-1 bases: x0, x1, x2, x3. But just before we...
Maybe this is not the fault of FFX. The elastic net just doesn't seem to do well modelling this type of data (no noise, simple input-output relationship). Here is a...