Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@Alvant
Copy link
Collaborator

@Alvant Alvant commented May 25, 2024

  • Datasets: update for newer pandas
  • Thetaless: update for newer artm or something

@Alvant Alvant self-assigned this May 25, 2024
@Alvant
Copy link
Collaborator Author

Alvant commented May 25, 2024

Fixing: #94.

Related in some way to: #85 (same fix in Thetaless, so may be conflicts).

error_bad_lines=False,
sep='\n',
on_bad_lines='warn',
sep='HELLO_WORLD!',
Copy link
Collaborator Author

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')))
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙈

@Alvant Alvant requested a review from Erhil May 25, 2024 16:22
@Alvant Alvant linked an issue May 25, 2024 that may be closed by this pull request
@Alvant Alvant changed the title Fix datasets and thetaless Fix datasets and thetaless, and some other fixes (pre-release kind of things) Jul 15, 2024
experiment_id = None

return f'Model(id={self.model_id}, ' \
return f'{self.__class__.__name__}(id={self.model_id}, ' \
Copy link
Collaborator Author

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
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Фиксация версий — чтобы археологам было проще собрать рабочий ТопикНет

@Alvant Alvant mentioned this pull request Jul 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

3 participants