34j

Results 171 comments of 34j

> Add an ability to convert from DataFrame to TensorFrame without much prior information. This is an implicit request for the recently implemented `infer_df_stype`, which has thankfully already been resolved....

> Heads up everyone, I started working on it. I already merge the PR draft of @34j into my fork. > > Would be nice if you guys would be...

Sorry but I have almost completed this feature by myself in #375 (as MacOS seemed to be sick) and am just waiting for @weihua916 's review. However, the styling work...

Excuse me but what do you mean by relationship? skorch works perfectly, trust me plz 🫠

> can your PR directly support models in sklearn such as svm? sklearn models already have sklearn-compatible interface apparently

Another workaround is to use ```typst #let patchedthmbox(..thmboxargs) = { let box = thmbox(..thmboxargs) return (..args) => { if (args.at("number", default: none) != none) { return box(refnumbering: (..) => args.at("number"),...

pre-resample is optional and can be skipped

It will never be fixed, please read the readme for alternatives.

Sorry for your confusion, you could refer to my explanation in an similar PR for another typst formatter: https://github.com/Enter-tainer/typstyle/pull/91#issuecomment-2162852338 In short by this change typstfmt can be automatically run every...

pre-commit creates a virtual environment and installs it there (as I specified `rust`), so there is no need for the user to manually install it. Although I am not sure...