-
move the files to https://minio.icp.uni-stuttgart.de + ideally move to DaRUS
-
`mixed_models` expects that all variable names (i.e. column indices in the `daru` data frame) are ruby Symbols. However, it would make more sense if the variable names were Strings, because Symbols ha…
-
It might be more user-friendly if Daru::DataFrame supports Hash's indifferent access.
For example:
``` Ruby
Daru::DataFrame.new(:A => [:a, :b, :c, :d]).concat(
Daru::DataFrame.new('A' => [:e, :f, …
-
daru 版を作ってください。
-
Hi,
when I try to use another plotting library other than the default I get an error.
**Example**:
```ruby
require 'daru/view'
Daru::View.plotting_library = :googlecharts
df = Daru::Data…
-
Since daru is growing pretty fast, it becomes cumbersome to update all the documentation consisting of comments in the code, notebooks (stored in another repo) and blog posts.
We should probably cr…
v0dro updated
7 years ago
-
There are some gems gaining popularity recently, whose task could be solved (probably with more grace!) with daru+daru-io.
Let's look at them and consider what useful ideas we can borrow: sometimes…
-
As per discussion on https://github.com/SciRuby/daru/issues/405, I think it'd be apt for the the `to_html` to be added to daru-view rather than in daru or daru-io. Please mirror the changes caused by …
-
EDIT (@v0dro):
Following is a list of method that should be implemented/corrected to get more consistency:
- [ ] Vector#last.
- [ ] DataFrame#last.
- [ ] Return type of `DataFrame#[]` must be co…
-
Need to change https://shekharrajak.github.io/daru-view/ to https://sciruby.github.io/daru-view/