-
Notifications
You must be signed in to change notification settings - Fork 17
Fix datasets and thetaless, and some other fixes (pre-release kind of things) #98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Alvant
commented
May 25, 2024
- Datasets: update for newer pandas
- Thetaless: update for newer artm or something
topicnet/cooking_machine/dataset.py
Outdated
| error_bad_lines=False, | ||
| sep='\n', | ||
| on_bad_lines='warn', | ||
| sep='HELLO_WORLD!', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🙈
| dict_pandas = {field: getattr(dictionary_data, field) | ||
| dict_pandas = {field: list(getattr(dictionary_data, field)) | ||
| for field in FIELDS} | ||
| #print(type(getattr(dictionary_data, 'token'))) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🙈
| experiment_id = None | ||
|
|
||
| return f'Model(id={self.model_id}, ' \ | ||
| return f'{self.__class__.__name__}(id={self.model_id}, ' \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Кажется, уметь быстро визуально отличать "обычную модель" от Dummy — это неплохо
| numpy==1.24.4 | ||
| pandas==2.0.3 | ||
| plotly==5.20.0 | ||
| protobuf==3.20.3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Фиксация версий — чтобы археологам было проще собрать рабочий ТопикНет