Pruner example code is missing training data
See original GitHub issueWhen run, all pruner examples give:
NameError: name 'X_train' is not defined
Current documentation with faulty examples: https://optuna.readthedocs.io/en/stable/reference/pruners.html
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (5 by maintainers)
Top Results From Across the Web
PROMISSING: Pruning Missing Values in Neural Networks
In this study, we propose a simple and intuitive yet effective method for pruning missing values (PROMISSING) during learning and inference ...
Read more >PROMISSING: Pruning Missing Values in Neural Networks
In this study, we propose a simple and intuitive yet effective method for pruning missing values (PROMISSING) during learning and inference steps in...
Read more >Pruning in Keras example | TensorFlow Model Optimization
In this example, you start the model with 50% sparsity (50% zeros in weights) and end with 80% sparsity.
Read more >A Method of Pruning and Random Replacing of Known ... - MDPI
This paper describes a research work on missing data imputation. Among the most common methods, the method that best imputes values to the...
Read more >Decision Tree: build, prune and visualize it using Python
sample of the data. Missing values. We have some missing values for 'age'. To fix it, we could run some predictive analysis and...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thank you @toshihikoyanase for your quick feedback. I’'ll attempt to add the training data to all relavant code examples by the end of today.
Latest PR is ongoing at #1221.