It can deal with continuous data, categorical data, normalisation of the data, log scale and NA.
I found it really useful to work on tabular data and, since it uses numpy, it is agnostic to the deep-learning framework used.
131–140 of 617 posts
It can deal with continuous data, categorical data, normalisation of the data, log scale and NA.
I found it really useful to work on tabular data and, since it uses numpy, it is agnostic to the deep-learning framework used.
Ideogram supports genomic views to research and report findings on cancer, clinical variants, gene expression, evolution, agriculture, and more [2]. What previously existed for genome visualization was either focused on short genomic regions (e.g. genes) or complex to set up and maintain.
I also built a17t [1], an atomic web design toolkit that makes using Tailwind CSS a bit easier from the start.
- Zola (https://github.com/getzola/zola) a SSG that works like I wanted and had a template engine close to Jinja2. I was using Hugo at the time but can't stand Golang template engine (imagine my sadness recently when I realised what Helm Charts are using...)
- Tera (https://github.com/keats/tera): a template engine pretty close to Jinja2/Django templates - at the time it was made only Handlebars existed in Rust and it was not enough for what I needed in Zola
- kickstart (https://github.com/Keats/kickstart): an equivalent of cookiecutter from Python but trying to be more interactive/powerful as a simple binary, see the GIF in the repo for an example
- validator (https://github.com/Keats/validator): my take on Python marshmallow validations, nothing existed at the time.
So yeah, most of my open-source is re-creating libraries I use with Python in Rust.
[1] https://www.listennotes.com
[edit] This is my Show HN of Listen Notes in early 2017: https://news.ycombinator.com/item?id=13310834
I built a little PWA just for me that I can use to scan ISBN codes of physical books I read. It then looks up the book and adds it to my spreadsheet of "Books I've read". I wrote a bit about it here https://nikhilism.com/post/2021/tracking-books-i-read-using-... It was partly just a way to try out Svelte and XState.
Features include: Full CRUD, geoquery support (bbox, radius, custom wkt polygon) complex_resources (aggregate & sub queries), middleware (access the query before db execution), permissions (table/view level CRUD configs), field redaction (enable query support -- without publication), schema migrations, auto generated openapi3/swagger docs, auto generated proto file, full validation.
GitHub https://github.com/sudowing/service-engine
YouTube Overview https://www.youtube.com/playlist?list=PLxiODQNSQfKOVmNZ1ZPXb...
"Interpret" C and C++ files: https://github.com/RhysU/c99sh