Skip to content
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

Adding ParallelSkillSet & tests #31

Conversation

alex-medicratic
Copy link
Contributor

Implementing ParallelSkillSet class - designed to represent a collection of skills that can be developed and applied simultaneously, as opposed to the sequential approach taken by the existing LinearSkillSet.

This pull request includes basic unit tests for the ParallelSkillSet class to ensure its functionality aligns with expected behavior.

Thanks Adala team for releasing such an exciting new library!!

alex-medicratic and others added 6 commits November 6, 2023 12:43
- Replaced import statements to remove unused imports.
- Removed unused classes and variables.
- Updated select_skill_to_improve to use a lower accuracy threshold.
- Added documentation for ParallelSkillSet to explain its purpose.
and update predictions
@makseq
Copy link
Member

makseq commented Nov 9, 2023

Thank you for the great PR! Especially for tests ;-)

sequentially for complex problem decompositions and causal reasoning. In the most generic
cases, task decomposition can involve a graph-based approach.

Attributes:
skills (Dict[str, BaseSkill]): A dictionary of skills in the skill set.
"""

Copy link
Contributor

Choose a reason for hiding this comment

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

could you please remove these non-functional changes? it would be simpler to merge conflicts in this case. Thank you!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done!

@niklub niklub changed the base branch from master to parallel-skill-merge-branch November 10, 2023 16:27
@niklub niklub merged commit f5ba24c into HumanSignal:parallel-skill-merge-branch Nov 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants