MrDataPsycho

Results 12 issues of MrDataPsycho

## Description The way kedro initiate a new project and create the folder structure does not goes well with Poetry . Usually I would create a Poetry environment before doing...

Issue: Feature Request
Community

My Current Setup: postgres local server: 11.5 , python 3.6, knowledge repo 0.8.8 . My sequential workflow: - create a local repo: kr_local - adding a remote repo in kr_local:...

Hi, Not sure but it seems like the pdf document link in the readme do not have any content. That will be good if we can download the pdf document...

Hi, I was. trying to run commuter in a docker but its crashing with the same error. I have tried different configuration of the docker file but the error is...

Hi, Lets say I have a execution schema as follows: ``` execution_input = ExecutionInput( schema={ "PATH_INPUT": str, "DESTINATION_OUTPUT": str, "study_name": str, "ProcessingJobName": str, "input_code": str, "job_pk": str, "job_sk": str, }...

enhancement

Hi, When create a Slider using PlutoUI is it possible to has a tiny Up/Down or plus/minus button for one step increment. It is sometime annoying to use the slide...

Is there any reason to not to have display train in the Table object so that it can be use used using `println!("?", Table)` macro. This feature will generalize the...

Preprocessing and transformation with Data frames are heavily used for ml model training in scikitlearn. The two most popular DataFrame libraries (Polars, DataFusion) written in rust are based on apache...

Hi, It would be nice, if it is possible to install gto globally like DVC cli. Preferably from ppa repository for linux or using brew for mac, or a exe...

enhancement

I was try trying to train one of my own build model on a gpu cluster using pyspark. With smaller sample the training was successful. But when I run it...