Skip to content

Commit 4c9fa1d

Browse files
committed
Fixing comment and typo
1 parent c640625 commit 4c9fa1d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

bigml/evaluation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# License for the specific language governing permissions and limitations
1515
# under the License.
1616

17-
"""An local Evaluation object.
17+
"""A local Evaluation object.
1818
1919
This module defines a local class to handle the results of an evaluation
2020

bigml/modelfields.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,6 @@ def add_terms(self, categories=False, numerics=False):
241241
self.fields[field_id]["summary"]["categories"]:
242242
self.categories[field_id] = [category for \
243243
[category, _] in field['summary']['categories']]
244-
# del self.fields[field_id]["summary"]["categories"]
245244
if field['optype'] == 'datetime' and \
246245
hasattr(self, "coeff_ids"):
247246
self.coeff_id = [coeff_id for coeff_id in self.coeff_ids \

0 commit comments

Comments
 (0)