https://github.com/millengustavo/benchmark_fklearn
Benchmarking fklearn's space_time_split_dataset function
https://github.com/millengustavo/benchmark_fklearn
Last synced: 3 months ago
JSON representation
Benchmarking fklearn's space_time_split_dataset function
- Host: GitHub
- URL: https://github.com/millengustavo/benchmark_fklearn
- Owner: millengustavo
- Created: 2020-06-14T01:12:07.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-23T19:52:10.000Z (almost 4 years ago)
- Last Synced: 2025-01-24T10:11:26.891Z (5 months ago)
- Language: Jupyter Notebook
- Size: 171 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Benchmarking fklearn's space_time_split_dataset function
[Open notebook](./benchmark_space_time_split_dataset.ipynb)
## Motivation
Issue: [https://github.com/nubank/fklearn/issues/137](https://github.com/nubank/fklearn/issues/137)
Pull request: [https://github.com/nubank/fklearn/pull/138](https://github.com/nubank/fklearn/pull/138)
## How to run
```bash
conda create --name benchmark_fklearn python=3.7.7conda activate benchmark_fklearn
``````bash
pip install requirements.txt
``````bash
jupyter lab
```