Andrew DalPino

Results 132 comments of Andrew DalPino
trafficstars

Hey this is great @myfluxi, I'll take a look at this ASAP

Hey thanks fellas, much appreciated! Do we still need this code since we merged @mlocati's code?

Closing this because I think this issue has been solved in a different PR.

Interesting @EDPSH thank you for the fantastic writeup! It sounds like there's a problem with the `multiplyScalar()` method or perhaps even the universal method `multiply()` that calls `multiplyScalar()` under the...

You can incorporate feedback into a new training set and use it to fine-tune the model.

Hey @cammarano, yeah so far all the clustering metrics and reports require the ground-truth. I would love to implement something like a silhouette score some day.

Yes, the first training set defines all the possible labels for the model. If you want to fold your dataset such that each fold has samples that correspond to all...

Alot of times, fraud detection can be framed in the context of anomaly detection which is an unsupervised approach. The problem with a supervised approach is that it is sometimes...

Hi @taotecode, thanks for your interest in contributing to the project! Here are the unit tests for the Tokenizers implemented in the library. https://github.com/RubixML/ML/tree/master/tests/Tokenizers We need help from native language...

Hey thanks @programarivm, will try to fix this ASAP