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

Correct description of new functions #466

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

FernandoVN98
Copy link
Collaborator

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Fixes #(issue_number)

Type of change

Please delete options that are not relevant.

  • Fix in documentation

Reproduce instructions:

Checklist:

  • I have made corresponding changes to the documentation

Copy link

codecov bot commented Mar 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.29%. Comparing base (185ffea) to head (3ad252b).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #466      +/-   ##
==========================================
- Coverage   95.30%   95.29%   -0.01%     
==========================================
  Files          63       63              
  Lines       10474    10474              
==========================================
- Hits         9982     9981       -1     
- Misses        492      493       +1     
Files Coverage Δ
dislib/model_selection/_search.py 99.39% <ø> (ø)

... and 1 file with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 185ffea...3ad252b. Read the comment docs.

@@ -57,6 +57,10 @@ def fit(self, x, y=None, **fit_params):

def train_candidates(self, x, y, **fit_params):
"""Run fit with all sets of parameters.
This method does not generate the scores. By not generating
Copy link
Member

Choose a reason for hiding this comment

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

No falta una linea en blanco entre la frase que empieza por Run... y la This method... ?

@@ -135,6 +139,7 @@ def evaluate_candidates(candidate_params):

def score(self, x=None, y=None, **fit_params):
"""Compute score for the trained sets of parameters.
To compute the score a synchronization is needed.
Copy link
Member

Choose a reason for hiding this comment

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

Y otra linea vacía aquí también?

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

2 participants