Fei
Fei
* Added bash commands to download movielens datasets into data/ folder, unzip, copy and paste csv files, and remove zip file and folder. * Replace .apply method with .map method....
Hi @ronxin, Thank you for your awesome paper and wevi, which visualise the word2vec in a feasibly easy way. Think it would be interesting to contribute to wevi while learning....
In generating an association rule, lower support should also be larger than a threshold.
[A clear and concise description of what the bug is.] The transform primitive percent_change fails to work on top of an aggregation primitive, returning NaN or seemingly arbitrary results. ####...
[issue.csv](https://github.com/user-attachments/files/15572106/issue.csv) The AutoMLSearch keeps crashing with the simple dataset. Running the code in terminal gives segmentation error. If run in Jupyter Notebook, the notebook crashes and gets restarted. ```python import...
**sqlmesh version: 0.209.0** I am trying to use variables for column descriptions. Here is a simple example: ``` MODEL ( name test.test, kind FULL, description @VAR('test_var_1'), column_descriptions ( id =...