-
# Things to do
* ~~check how many image patches contain "too much" China. China does not exist on the images~~.
* ~~check if the parts of the image that are labelled as China (they are 0 in the 3rd…
-
While working with on the library I have seen the `svm::svc::tests::svc_fit_predict`-test fail randomly from time to time. [Here](https://github.com/smartcorelib/smartcore/actions/runs/3080232980/jobs…
-
I have very large scale graphs.
Each graph represents a 3d object.
The number of graphs is 69 and each graph
includes 4000000 nodes and 12000000 edges.
I want to predict a scalar for each graph.
…
-
Please help,
```
[dependencies]
serde = "1.0.115"
bincode = "1.3.1"
```
```rust
use std::fs::File;
use std::io::prelude::*;
use smartcore::dataset::iris::load_dataset;
// DenseMatrix wr…
-
- 1. Script for setup: @revathyponn
- 2. Script for EDA: @WaielonH
- 3. Script for Analysis: @morrismanfung
- 4. Jupyter Notebook w/ narrative: @samson-bakos EDIT: also code refactoring/ editing…
-
Hi,
Thank you for the great documentation and scripts. I think there is something missing in the method "_find_nearest" in the class "KNNClassifier". I will try to illustrate it with an example, le…
-
Currently the KNN Classifier assign the score for a ClassificationResult, based only on the frequency of the class in the top K results.
This is conceptually a simplification.
Actually the ranking mu…
-
Now the classifiers can return only the "best matching" classes. If somebody want it to use more complex tasks he need to modify these classes for get second and third results too. If it is possible t…
-
Hello,
I would like to run the different CLIP models on high definition non-square images (e.g. 720p or 1080p).
Is there a simple way to do so without deforming the images into a smaller square …
-
Dr. Raschka,
Thank you for all the wonderful work! Truly amazing library!
I have a question regarding SFS and categorical features. Since such features will have more than one column after we tran…