David Thrower
David Thrower
After extensive debugging, here is what I see, now that I am getting the errors to log: The issue indeed is not related to the migrations as far as I...
Same here. When I open Pythagora and click [create app], I get the error: ``` File "[redacted]/pythagora/gpt-pilot/pilot/main.py", line 12, in raise RuntimeError('Python environment for GPT Pilot is not completely set...
Worst case scenario test for Ames housing: - Hash based train test split - Shuffled / times series order disrubted - Columns that may clue in to time series order...
Constraints: Need to dynamically determine Conv1D hyperparams based on characteristics of incoming concatenated inputs. - Number of filters to be optimal. - kernel size < number inputs[-1].shape, but consider some...
A prototype of packaging the text samples: ```python3 import nltk import numpy as np import re # Text Sample: Class for a text sample class TextSample: def __init__(self, prompt: str,...
@juliusvonkohout and maintainers: Sorry for the verbose response: - In the branch main, this directory manifests/tests/stacks appears no longer there. This was committed on #1410 from https://github.com/PatrickXYS/manifests/tree/yao_aws_account. I haven't traced...
Apparently this is a workaround from what I am reading: https://scikit-optimize.github.io/dev/auto_examples/parallel-optimization.html I think parallelism should be supported by default, for example, if you set n_jobs to 4, the API automatically...
## Just to add an update to this: if you take this general approach: - Use the general workaround here: https://scikit-optimize.github.io/dev/auto_examples/parallel-optimization.html - - oprimizer() set up to use "gb" -...
This is a strong candidate for merging in. The last thing left is to extend the seq length a little on another branch just to see if we can exceed...
Although "in progress": On hold to #80 On hold to #97