smartcore icon indicating copy to clipboard operation
smartcore copied to clipboard

A comprehensive library for machine learning and numerical computing. The library provides a set of tools for linear algebra, numerical computing, optimization, and enables a generic, powerful yet sti...

Results 86 smartcore issues
Sort by recently updated
recently updated
newest added

### I'm submitting a - [x] improvement

### I'm submitting a - [x] improvement. ### Current Behaviour: Currently, traits in https://github.com/smartcorelib/smartcore/blob/development/src/api.rs#L24 requires implementation of `fn new() -> Self;`, I think that instead we should rely on Default::default,...

### I'm submitting a - [x] improvement. Check functionalities of [**const context**](https://doc.rust-lang.org/reference/const_eval.html#const-context) and possible applications to the codebase

### I'm submitting a - [x] feature request. ### Current Behaviour: `smartcore::svm::svc` only works with 2 classes `[-1, 1]` ### Expected Behaviour: we should support n number of classes. Use...

good first issue

### I'm submitting a - [x] improvement ### Current Behaviour: Most methods use `MutArrayView1::argsort` and `argsort_mut`. Would be convenient to move these usages to `algorithm::sort::quick_sort` and how much? ### Expected...

### I'm submitting a - [x] feature request. ### Current Behaviour: OpenAI Triton looks like a user-friendly language for GPU kernel programming: https://github.com/openai/triton It is written in C and it...

### I'm submitting a - [x] feature request. ### Current Behaviour: modules like `src/svm/svd.rs` use a custom `Cache` struct to store temporary values. ### Expected Behaviour: should we use a...

### I'm submitting a - [x] feature request. ### Current Behaviour: it is not possible to do `println!("{}", x);` if `x` is `Array`. `println!("{:?}", x);` works. ### Expected Behaviour: Also...

good first issue

### I'm submitting a - [X] feature request. Probably needed after ver. 0.5 is out. ### Expected Behaviour: Support BED binary format for genetic data, see https://docs.rs/bed-reader/latest/bed_reader/

Some structures are repeated in the modules in src/tree